Creates a/an Feedback

What does it do?

This endpoint allows to create new feedback entries for candidates.

What params does it accept?
  • ats_candidate_id: the ID of the candidate to whom the new feedback will be associated.
  • rating: the overall rating from 1 to 5 to be given to the candidate's application.
  • access_id (not needed): the ID of the author. It will be anonymous by default.
  • ats_application_id: the ID of the application related to the feedback.
  • ats_application_phase_id: the ID of the phase within the application related to the feedback.
  • description: A string describing the feedback provided.
  • attachments: An array containing any attachments associated with the feedback.
  • mention_ids (not needed): the IDs of the accesses for sending notifications if they have it enabled. They must have permissions to see the assosiated application
  • ats_evaluation_forms_id: the ID of the form to which the feedback belongs if the evaluation forms feature is active.
  • evaluation_form_answers: the answers from the evaluation form, if this feedback is related to an evaluation form.
Language
Authorization
URL
Click Try It! to start a request and see the response here!