Get the CVideo of a candidate in a session

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

With this method you can check if the candidate has recorder his/her CVideo, 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: url to the candidate's page
  • gif: url to the gif extracted by teh CVideo
  • mp4: video recorded by the candidate
  • evaluation: evaluation given to the candidate
  • comment: comment given to 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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring
Authorizationstring