Fetch all candidate reviews

FieldTypeDescription
idIntegerUnique ID for this record
candidateObjectDetails of the candidate for which review was requested
reviewersArrayList of user details from whom a review was requested
date_createdTimestampTimestamp when review was requested
submitted_reviewsArrayList of details of submitted reviews

Schema for submitted review feedback

FieldTypeDescription
ratingIntegerRanging from -2 to +2 (Strongly No, No, Neutral, Yes, Strong Yes)
feedback_textStringElaborate comment for why a particular rating was given
submitted_byObjectDetails of user who submitted feedback
date_createdTimestampTimestamp indicating when the feedback was given
date_modifiedTimestampTimestamp indicating when the feedback was modified (if at all)