Get the status of all the candidates in a session

GET https://cvideo.arca24.careers/ws/v.1/session/{{session_id}}/candidate

With this method you can chek the status of all the candidates invited to perform a CVideo in a session.

Input
  • the session unique ID in the url of the endpoint.
Output

An array of JSON objects composed by:

  • id: inviatation unique ID
  • first_name: candidate name
  • family_name: candidate surname
  • email: candidate e-mail address
  • evaluation: evaluation given to the candidate
  • comment: comment given to the candidate
  • date_started: recording date
  • declined: 1 if the invitation was declined, 0 if it was not
  • done: 1 if it was completed, 0 if it was not
  • session_id: session unique ID
  • session_description: session description
  • invitation_link: the candidate can join the session by this link

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring
Authorizationstring