Skip to main content
GET
/
api
/
Jobs
/
{jobId}
/
Candidates
/
Counts
Get Candidate Rating Counts.
curl --request GET \
  --url https://api.example.com/api/Jobs/{jobId}/Candidates/Counts
{
  "green": 123,
  "yellow": 123,
  "blue": 123,
  "red": 123,
  "unrated": 123,
  "total": 123
}

Path Parameters

jobId
integer<int32>
required

Query Parameters

advertId
integer<int32>
default:0

Response

200 - application/json

OK

green
integer<int32>
yellow
integer<int32>
blue
integer<int32>
red
integer<int32>
unrated
integer<int32>
total
integer<int32>