Getting Started
Endpoints
- Applications
- Candidates
- Jobs
- Feedback
- Interviews
- Users
- Files
- Settings
- Webhooks
Webhooks
- Overview
- Verify Webhook Signatures
- Webhook retries
- Events
- job.created
- job.updated
- job.status.updated
- job.deleted
- application.created
- application.stage.updated
- application.deleted
- candidate.updated
- candidate.note.created
- candidate.note.updated
- candidate.note.deleted
- candidate.tag.added
- candidate.tag.removed
- feedback.requested
- feedback.submitted
- feedback.updated
- interview.created
- interview.updated
- interview.cancelled
feedback.updated
Occurs when a feedback form is updated
The id of the question. Format qustn_1a2b3c
The answers given for a scorecard. Only applicable for scorecard
type questions
The single selected answer for a radio/dropdown question. Only applicable for radio
and dropdown
type questions
One or more answers given for a multiple choice question. Only applicable for checkbox
type questions
The text answer given. Only applicable for textbox
and text_area
type questions
The description of the question if the type
is header
The id of the question. Format qustn_1a2b3c
The text of the question.
A bool to indicate if this question is required.
A bool to indicate if the answers to this question require the restricted
permission to view.
The type of field of the question.
textbox
, text_area
, radio
, checkbox
, dropdown
, upload
, header
, scorecard
The application id this feedback form is for. Format app_1a2b3c
The date that the feedback was sumitted
The date that the feedback was submitted or requested.
The id of the form that the feedback is connected to. Format form_1a2b3c
The id of the feedback. Format fdbk_1a2b3c
The name of the form.
The current status of the feedback indicating if it has been completed or not.
pending
, complete
Was this page helpful?