ExaminLab
Number of APIs: 10
Online testing platform to accurately assess employees and candidates’ competencies in a fast and effective way.
ExamInLab provides organizations with Computerized Adaptive Tests (CATs), namely computer-based tests that adapt the difficulty and severity of each question to each examinee’s ability level. After the examinee provides the very first reply, a score is calculated. By getting it correct, the examinee gets a tougher item, while by getting it incorrect, the examinee gets an easier item.
Create you profile now on https://www.arca24.com/examinlab/
Our API is organized around REST. You can have ExamInLab integrated in your platform using our API to access endpoints, get and post information.
All responses are in JSON format.
The errors are expressed using HTTP response status codes:
200: ok 400: Bad Request - check the data you sent 401: Unauthorized - The access token has expired or the credentials are incorrect 50x: Server error responses - please contact us
-
Token - Check if the access token is still valid GET https://examinlab.arca24.careers/ws/v.1/token
-
Company - SSO in the main page GET https://examinlab.arca24.careers/ws/v.1/iframe
-
Company - SSO in the "create a new session" page GET https://examinlab.arca24.careers/ws/v.1/iframe/newsession
-
Sessions - Get sessions GET https://examinlab.arca24.careers/ws/v.1/value/session
-
Sessions - Get the status of open sessions GET https://examinlab.arca24.careers/ws/v.1/session/
-
Sessions - Get the status of all the candidates in a session GET https://examinlab.arca24.careers/ws/v.1/session/{{session_id}}/candidate
-
Candidates - Invite a candidate in a session POST https://examinlab.arca24.careers/ws/v.1/session/{{session_id}}/candidate
-
Candidates - Solicit a candidate PUT https://examinlab.arca24.careers/ws/v.1/session/{{session_id}}/candidate/{{candidate_id}}
-
Candidates - Get the results regarding a candidate in a session GET https://examinlab.arca24.careers/ws/v.1/session/{{session_id}}/candidate/{{candidate_id}}
-
Token - Create an access token POST https://examinlab.arca24.careers/ws/v.1/token