Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Workday Recruiting Interviews API

Schedule interviews, submit interview feedback, manage interview settings, and configure self-schedule calendars.

Workday Recruiting Interviews API is one of 13 APIs that Workday Recruiting publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 56 JSON Schema definitions.

Tagged areas include Interviews. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, rate-limit docs, a JSON-LD context, and 56 JSON Schemas.

This API exposes 5 operations across 3 paths, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version v41.2.

Requests are made against a single base URL, https://{tenant}.workday.com/ccx/api/recruiting/v41.2.

5 operations 3 paths 6 schemas 3 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v41.2
Base URL
https://wd2-impl-services1.workday.com/ccx/api/recruiting/
Authentication
OAuth 2.0
Terms of Service
Resource Areas
1

Authentication & Security 1

Workday Recruiting Interviews API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode flow, exposing 2 scopes. By default, every request must be authenticated.

  • oauth2 — OAuth 2.0 authentication. Register an API client in Workday, grant recruiting scopes, and obtain access tokens.

Paths & Operations 5

Across 3 paths, the API surfaces 5 operations — 3 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Interviews 5

Schedule interviews, submit interview feedback, manage interview settings, and configure self-schedule calendars.

GET
/interviews
Workday Recruiting List Interviews
listInterviews 5 params → 200401
POST
/interviews
Workday Recruiting Schedule an Interview
scheduleInterview body → 201400401
GET
/interviews/{id}
Workday Recruiting Get an Interview
getInterview 1 param → 200401404
GET
/interviews/{id}/feedback
Workday Recruiting List Interview Feedback
listInterviewFeedback 1 param → 200401404
POST
/interviews/{id}/feedback
Workday Recruiting Submit Interview Feedback
submitInterviewFeedback 1 param body → 201400401404

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Interview (10 properties), InterviewCreate (8 properties), InterviewFeedback (6 properties), Error (3 properties). Each schema is shown below with its type and property counts.

InterviewFeedbackCreate
object
Request body for submitting interview feedback
3 properties 1 required
Error
object
API error response
3 properties
InterviewFeedback
object
Feedback submitted by an interviewer after completing a candidate interview, including ratings and hiring recommendation.
6 properties
Reference
object
A reference to a related Workday resource
2 properties
Interview
object
An interview represents a scheduled meeting between a candidate and one or more interviewers as part of the recruiting evaluation process.
10 properties
InterviewCreate
object
Request body for scheduling an interview
8 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

workday-recruiting-interviews-api-openapi.yml Raw ↑

Other APIs Workday Recruiting publishes across the network.

Workday Recruiting SOAP Web Services API
Workday Recruiting agentDefinition API
Workday Recruiting Applicants API
Workday Recruiting Background Checks API
Workday Recruiting Candidates API
Workday Recruiting Configuration API
Workday Recruiting Evergreen Requisitions API
Workday Recruiting Job Applications API
Workday Recruiting Job Postings API
Workday Recruiting Job Requisitions API
Workday Recruiting Positions API
Workday Recruiting Recruiting Agencies API