SoftskillLab
Number of APIs: 10
Online testing platform to accurately assess employees and candidates’ softskills in a fast and effective way.
SoftskillLab provides a library of 38 psychological tests, divided into 4 different classes, which allow you to outline a precise profile of the skills, competences and psychological style of candidates and employees in the working environment. It allows many candidates to be assessed at the same time thanks to the cloud-based system, simply by sending an email to candidates with the link to take the tests. Results are easy to analyze, even by non-specialists!
Create you profile now on https://www.arca24.com/softskilllab/
Our API is organized around REST. You can have SoftskillLab 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 - Create an access token POST https://softskilllab.arca24.careers/ws/v.1/token
-
Token - Check if the access token is still valid GET https://softskilllab.arca24.careers/ws/v.1/token
-
Company - SSO in the main page GET https://softskilllab.arca24.careers/ws/v.1/iframe
-
Sessions - Get sessions GET https://softskilllab.arca24.careers/ws/v.1/value/session
-
Sessions - Get the status of open sessions GET https://softskilllab.arca24.careers/ws/v.1/session/
-
Sessions - Get the status of all the candidates in a session GET https://softskilllab.arca24.careers/ws/v.1/session/{{session_id}}/candidate
-
Candidates - Invite a candidate in a session POST https://softskilllab.arca24.careers/ws/v.1/session/{{session_id}}/candidate
-
Candidates - Solicit a candidate PUT https://softskilllab.arca24.careers/ws/v.1/session/{{session_id}}/candidate/{{candidate_id}}
-
Candidates - Get the results regarding a candidate in a session GET https://softskilllab.arca24.careers/ws/v.1/session/{{session_id}}/candidate/{{candidate_id}}
-
Company - SSO in the "create a new session" page GET https://softskilllab.arca24.careers/ws/v.1/iframe/newsession