Workday Recruiting · Example Payload

Recruiting Rest Api Interview Create Example

HCMHuman ResourcesRecruitingSaaSTalent Acquisition

Recruiting Rest Api Interview Create Example is an example object payload from Workday Recruiting, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

jobApplicationinterviewTypescheduledDatestartTimeendTimeinterviewerslocationwebConferenceUrl

Example Payload

Raw ↑
{
  "jobApplication": {
    "id": "11111111-2222-3333-4444-555555555555",
    "descriptor": "Senior Software Engineer"
  },
  "interviewType": "Phone Screen",
  "scheduledDate": "2026-05-03",
  "startTime": 52200,
  "endTime": 52200,
  "interviewers": [
    {
      "id": "11111111-2222-3333-4444-555555555555",
      "descriptor": "Senior Software Engineer"
    }
  ],
  "location": "San Francisco, CA",
  "webConferenceUrl": "https://example.com/resource"
}