get https://coderbyte.com/api/organization/candidates//
This route gets the gets the full data for a specific candidate and assessment ID. Because email
is not unique, and the same candidate could have completed an assessment multiple times, we return the results within an array.
Each object within the reports
array is the full report data for that candidate submission.
API notes
The keys cheating_flag
, cheating_details.plagiarism
, and cheating_details.pasted_code
will always be: Not detected, Likely, or Detected.