Workday Recruiting · Example Payload

Recruiting Rest Api Questionnaire Example

Strong technical background with 8+ years of experience in distributed systems.

HCMHuman ResourcesRecruitingSaaSTalent Acquisition

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

Top-level fields

idnamedescriptionquestionsactive

Example Payload

Raw ↑
{
  "id": "11111111-2222-3333-4444-555555555555",
  "name": "Senior Software Engineer",
  "description": "Strong technical background with 8+ years of experience in distributed systems.",
  "questions": [
    {
      "questionText": "Describe a challenging project you've delivered.",
      "questionType": "Single Select",
      "required": true,
      "options": [
        "value-9dcbc4"
      ]
    },
    {
      "questionText": "Describe a challenging project you've delivered.",
      "questionType": "Single Select",
      "required": true,
      "options": [
        "value-b8642c",
        "value-cee421"
      ]
    }
  ],
  "active": true
}