get https://coderbyte.com/api/organization/candidates/
This route gets the gets all of the assessments that a particular candidate has completed. You can then use test_id
in the next Get report data route to get the full report data.
Assessment IDs
The
test_id
key you may see in some response objects is the ID for an assessment, so in the API documentation if you see{assessmentID}
that is equivalent to thetest_id
value.