v1

latestOpenAPI 3.1.02026-08-04821427.6 KB

/candidates/:id/ratings

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

post/candidates/{id}/ratings

Path parameters

idstring required

The candidate's id

Request body

member_idstring required

The member adding the rating

commentstring required

A comment about the scoring of the candidate

scale'thumbs' | 'stars' | 'numbers'

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

gradeinteger required

The candidate grade. View details in the Grade paragraph above

scorestring

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

Response

201