Workday Recruiting · Example Payload

Recruiting Rest Api Candidate Assessment Example

HCMHuman ResourcesRecruitingSaaSTalent Acquisition

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

Top-level fields

idassessmentCategoryresultscorecommentsassessedOn

Example Payload

Raw ↑
{
  "id": "11111111-2222-3333-4444-555555555555",
  "assessmentCategory": {
    "id": "11111111-2222-3333-4444-555555555555",
    "descriptor": "Senior Software Engineer"
  },
  "result": "Pass",
  "score": 87.5,
  "comments": "Strong technical background with 8+ years of experience in distributed systems.",
  "assessedOn": "2026-05-03T14:30:00Z"
}