access_token
.Authorization
header for all API calls.Method | POST |
---|---|
Host | https://supergraph.talview.com |
Route | /api/rest/external/workflow/schedule |
Content type | application/json |
Attribute | Mandatory | Data Type | Description |
---|---|---|---|
organizer_email | yes | String | Organizer of interview email address |
interviewers | yes | Array of String | Array of emails of the interviewers |
candidate_email | yes | String | Candidate’s email address |
candidate_reference_id | yes | String | Candidate’s ID in External System |
timezone | no | String | The timezone to be used for the schedule |
candidate_name | no | String | Candidate’s name (first + last ) name |
start_time | yes | timestampz | Start time of the interview. ISO 8601 format: yyyy-MM-dd’T’HH:mm:ss.SSSZ |
status | yes | String | Status to manage schedule: Possible values: 1. SCHEDULE 2. CANCEL 3. UPDATE |
callback_url | yes | String | Url of External Service to be used for sending the reports,scores,playbacy video,etc.. |
duration | yes | Number | Duration of interview in minutes Possible values: 30 | 45 | 60 | 90 | 120, default: 30 |
meeting_id | no | Number | Meeting_id in Talview System (Used when doing CANCEL/UPDATE actions) |
workflow_step_id | yes | String | Talview Workflow ID |
workflow_step_reference_id | no | String | WorkflowStep ID from external client system ( Note : Need to send either workflow_reference_id or workflow_step_reference_id ) |