Reschedule the interview
Move a scheduled interview to a new time. Returns 409 if the interview is not currently scheduled (nothing to reschedule).
Authorizations
API key authentication for the public API. Pass your API key as a Bearer token.
Path Parameters
Body
Request body for POST /applications/{id}/interview/reschedule.
The new interview time (ISO 8601).
Response
Interview rescheduled.
Session envelope + nested result. result is null until completed.
Snapshot of the interview config mode at session creation time.
web- Webphone- Phone
web, phone Language of the interview session.
en-US- Englishde-DE- German
en-US, de-DE The scored result body. Null on the session until status==completed.
Current status of the interview session, which determines next steps in the interview process.
pending- Pendingscheduled- Scheduledin_progress- In Progressrescheduled- Rescheduledretry_scheduled- Retry Scheduledcompleted- Completedopted_out- Opted Outunreachable- Unreachablelanguage_barrier- Language Barrierfailed- Failedcancelled- Cancelled
pending, scheduled, in_progress, rescheduled, retry_scheduled, completed, opted_out, unreachable, language_barrier, failed, cancelled [Scheduling enabled only] Scheduled date and time for the interview. Populated only when the interview config's scheduling is enabled. Null otherwise.
Number of retakes. 0 = original attempt, 1 = first retake.
0 <= x <= 2147483647Number of call retry attempts within the current retake. Reset on each retake.
0 <= x <= 2147483647Timestamp of the last update to the interview session status. Updated each time the status changes.
Error details when the session fails or is unreachable.

