cURL
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 }
OK
Was this page helpful?