post https://{subdomain}.workable.com/spi/v3/candidates//ratings
Creates a rating for a candidate. Required scope: w_candidates
. Accessible with all token types.
A complete request would be:
{
"member_id": "13e0eb0e",
"comment": "Good, I guess",
"scale": "thumbs",
"grade": 1
}
Grade
Grades should fall within the following range, depending on the scale:
thumbs
: 0 - 2. Interpreted as “negative” (0), “positive” (1) and “definite” (2) respectively
stars
: 0 - 4. Interpreted as “one star” to “five stars” respectively
numbers
: 0 - 9. Interpreted as “1 out of 10” to “10 out of 10” respectively