API Reference

/candidates/:id/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

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!