Workday Recruiting · Schema

Interview

An interview represents a scheduled meeting between a candidate and one or more interviewers as part of the recruiting evaluation process.

HCMHuman ResourcesRecruitingSoftware-as-a-ServiceTalent Acquisition

Properties

Name Type Description
id string Workday ID (WID) uniquely identifying the interview
jobApplication object A reference to a related Workday resource
interviewType string Type of interview
scheduledDate string Scheduled date of the interview
startTime string Start time of the interview
endTime string End time of the interview
interviewers array Workers assigned as interviewers
location string Interview location or virtual meeting details
webConferenceUrl string URL for web conference interview
status string Current interview status
View JSON Schema on GitHub

JSON Schema

recruiting-rest-api-interview-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Interview",
  "description": "An interview represents a scheduled meeting between a candidate and one or more interviewers as part of the recruiting evaluation process.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/workday-recruiting/refs/heads/main/json-schema/recruiting-rest-api-interview-schema.json",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Workday ID (WID) uniquely identifying the interview",
      "example": "11111111-2222-3333-4444-555555555555"
    },
    "jobApplication": {
      "type": "object",
      "description": "A reference to a related Workday resource",
      "properties": {
        "id": {
          "type": "string",
          "description": "Workday ID (WID) of the referenced resource",
          "example": "11111111-2222-3333-4444-555555555555"
        },
        "descriptor": {
          "type": "string",
          "description": "Display name of the referenced resource",
          "example": "Senior Software Engineer"
        }
      }
    },
    "interviewType": {
      "type": "string",
      "enum": [
        "Phone Screen",
        "Video Interview",
        "In-Person Interview",
        "Panel Interview",
        "Technical Interview"
      ],
      "description": "Type of interview",
      "example": "Phone Screen"
    },
    "scheduledDate": {
      "type": "string",
      "format": "date",
      "description": "Scheduled date of the interview",
      "example": "2026-05-03"
    },
    "startTime": {
      "type": "string",
      "format": "time",
      "description": "Start time of the interview",
      "example": 52200
    },
    "endTime": {
      "type": "string",
      "format": "time",
      "description": "End time of the interview",
      "example": 52200
    },
    "interviewers": {
      "type": "array",
      "items": {
        "type": "object",
        "description": "A reference to a related Workday resource",
        "properties": {
          "id": {
            "type": "string",
            "description": "Workday ID (WID) of the referenced resource",
            "example": "11111111-2222-3333-4444-555555555555"
          },
          "descriptor": {
            "type": "string",
            "description": "Display name of the referenced resource",
            "example": "Senior Software Engineer"
          }
        }
      },
      "description": "Workers assigned as interviewers"
    },
    "location": {
      "type": "string",
      "description": "Interview location or virtual meeting details",
      "example": "San Francisco, CA"
    },
    "webConferenceUrl": {
      "type": "string",
      "format": "uri",
      "description": "URL for web conference interview",
      "example": "https://example.com/resource"
    },
    "status": {
      "type": "string",
      "enum": [
        "Scheduled",
        "Completed",
        "Canceled",
        "No Show"
      ],
      "description": "Current interview status",
      "example": "Scheduled"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/recruiting-rest-api-interview"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.