Fetch all candidate evaluations i.e. interview feedback as well as structured evaluations.
Field | Type | Description |
---|
id | Integer | Unique ID for this record |
feedback | Array | List of feedback submitted for an interview |
Field | Type | Description |
---|
rating | Integer | Ranging from -2 to +2 (Strongly No, No, Neutral, Yes, Strong Yes) |
feedback_text | String | Elaborate comment for why a particular rating was given |
criteria | String | Criteria for which feedback was given E.g. Communication Skills or Overall |
submitted_by | Object | Details of user who submitted feedback |
date_submitted | Timestamp | Timestamp indicating when the feedback was given |
attachments | Array | List of { file_name: "", url: ""} . Available only when criteria is Overall |
opening_id | Integer | ID of the Opening in which the said interview happened |
opening_name | String | Name of the Opening in which the said interview happened |
stage_id | Integer | ID of the Stage in which the said interview happened |
stage_name | String | Name of the Stage in which the said interview happened |