API Reference

/candidates/:id/ratings

Creates a rating for a candidate. Required scope: w_candidates. Accessible with all token types.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…

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

Path Params
string
required

The candidate's id

Body Params
string
required

The member adding the rating

string
required

A comment about the scoring of the candidate

string
Defaults to thumbs

The rating scale that corresponds to the grade. One of thumbs (graphic rating), stars (star rating) or numbers (numeric rating)

int32
required

The candidate grade. View details in the Grade paragraph above

string

DEPRECATED One of negative, positive or definite. If the request payload includes score, the scale and grade fields are ignored

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json