{ "opencollection": "1.0.0", "info": { "name": "Workday Recruiting REST Applicants Interviews API", "version": "v41.2" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://{tenant}.workday.com/authorize", "accessTokenUrl": "https://{tenant}.workday.com/ccx/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Interviews", "type": "folder" }, "items": [ { "info": { "name": "Workday Recruiting List Interviews", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/interviews", "params": [ { "name": "limit", "value": "20", "type": "query", "description": "Maximum number of results to return per page" }, { "name": "offset", "value": "0", "type": "query", "description": "Number of results to skip for pagination" }, { "name": "jobApplication", "value": "string", "type": "query", "description": "Filter by job application Workday ID" }, { "name": "dateFrom", "value": "2026-05-03", "type": "query", "description": "Return interviews scheduled on or after this date" }, { "name": "dateTo", "value": "2026-05-03", "type": "query", "description": "Return interviews scheduled on or before this date" } ] }, "docs": "Retrieve a collection of scheduled interviews with optional filtering by job application, interviewer, or date range. Returns interview details including schedule, interviewer assignments, and status." }, { "info": { "name": "Workday Recruiting Schedule an Interview", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/interviews", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new interview schedule for a job application. Assigns interviewers, sets the date and time, and optionally configures web conferencing details." }, { "info": { "name": "Workday Recruiting Get an Interview", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/interviews/:id", "params": [ { "name": "id", "value": "11111111-2222-3333-4444-555555555555", "type": "path", "description": "Workday ID (WID) of the resource" } ] }, "docs": "Retrieve detailed information for a specific interview including schedule, interviewers, job application reference, and any submitted feedback." }, { "info": { "name": "Workday Recruiting List Interview Feedback", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/interviews/:id/feedback", "params": [ { "name": "id", "value": "11111111-2222-3333-4444-555555555555", "type": "path", "description": "Workday ID (WID) of the resource" } ] }, "docs": "Retrieve feedback submitted by interviewers for a specific interview including ratings, comments, and hiring recommendations." }, { "info": { "name": "Workday Recruiting Submit Interview Feedback", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/interviews/:id/feedback", "params": [ { "name": "id", "value": "11111111-2222-3333-4444-555555555555", "type": "path", "description": "Workday ID (WID) of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submit feedback for a completed interview. Includes overall rating, competency assessments, comments, and a hiring recommendation. Submitting feedback may optionally advance the candidate to the next stage." } ] } ], "bundled": true }