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 IDsThe
test_idkey 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_idvalue.
