Workday Recruiting · Example Payload

Recruiting Rest Api Position Example

HCMHuman ResourcesRecruitingSaaSTalent Acquisition

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

Top-level fields

idpositionIdtitlejobProfilesupervisoryOrganizationlocationworkerTypetimeTypeavailableDateisFilledworker

Example Payload

Raw ↑
{
  "id": "11111111-2222-3333-4444-555555555555",
  "positionId": "11111111-2222-3333-4444-555555555555",
  "title": "Senior Software Engineer",
  "jobProfile": {
    "id": "11111111-2222-3333-4444-555555555555",
    "descriptor": "Senior Software Engineer"
  },
  "supervisoryOrganization": {
    "id": "11111111-2222-3333-4444-555555555555",
    "descriptor": "Senior Software Engineer"
  },
  "location": {
    "id": "11111111-2222-3333-4444-555555555555",
    "descriptor": "Senior Software Engineer"
  },
  "workerType": {
    "id": "11111111-2222-3333-4444-555555555555",
    "descriptor": "Senior Software Engineer"
  },
  "timeType": "Full time",
  "availableDate": "2026-05-03",
  "isFilled": false,
  "worker": {
    "id": "11111111-2222-3333-4444-555555555555",
    "descriptor": "Senior Software Engineer"
  }
}