Fetch all candidate reviews
Field | Type | Description |
---|
id | Integer | Unique ID for this record |
candidate | Object | Details of the candidate for which review was requested |
reviewers | Array | List of user details from whom a review was requested |
date_created | Timestamp | Timestamp when review was requested |
submitted_reviews | Array | List of details of submitted reviews |
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 |
submitted_by | Object | Details of user who submitted feedback |
date_created | Timestamp | Timestamp indicating when the feedback was given |
date_modified | Timestamp | Timestamp indicating when the feedback was modified (if at all) |