Get a list of participant exam results
Retrieves a list of exam results. Can be filtered by participant ID and/or exam ID. The results are paginated.
Query parameters
-
Specifies the maximum number of exam result records to return per page. (min: 1, max: 100, default: 10)
-
Specifies the page number of the exam result list to access. (min: 1, default: 1)
-
Unique ID of the Participant to filter exam results. Optional.
-
Unique ID of the Exam to filter exam results. Optional.
GET
/exam-results
curl \
--request GET 'https://sandbox.indolat.com/api/v1/exam-results' \
--header "X-Client-Key: $API_KEY"