Get the results regarding a candidate in a session
GET https://examinlab.arca24.careers/ws/v.1/session/{{session_id}}/candidate/{{candidate_id}}
With this method you can check if the candidate has performed his/her test in ExaminLab, and get it alongside the url of the candidate's page.
Input
- the session unique ID in the url of the endpoint.
- the invitation unique ID in the url of the endpoint.
Output
- id: invitation unique ID
- details_hide: url to the candidate's page, with the candidate's personal data hidden
- details: url to the candidate's page
- score: score retrived by the candidate
- passed: 1 if the evauation is > of the session stop_threshold, otherwise 0
- invitation_link: the candidate can join the session by this link
- declined: 1 if the candidate declined the invitation, otherwise 0
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
Authorization | string |