Get the status of open sessions
GET https://softskilllab.arca24.careers/ws/v.1/session/
Using this method you can get the status of all the open sessions in SoftskillLab.
Output
An array of JSON objects composed by: * id: session unique ID * description: session description * totalquestions: total number of question for the session * totalcandidates: total number of candidates invited to the session * totalanswers: total number of candidates that have replied * stopthreshold: threshold set in the session * daytoclose: days to the closure of the session * closed: 0 if it is open, 1 if it is closed
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
Authorization | string |