Workday Recruiting · Example Payload

Recruiting Rest Api Interview Feedback Example

HCMHuman ResourcesRecruitingSaaSTalent Acquisition

Recruiting Rest Api Interview Feedback 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

idintervieweroverallRatingcompetencyRatingscommentssubmittedOn

Example Payload

Raw ↑
{
  "id": "11111111-2222-3333-4444-555555555555",
  "interviewer": {
    "id": "11111111-2222-3333-4444-555555555555",
    "descriptor": "Senior Software Engineer"
  },
  "overallRating": "Strong Hire",
  "competencyRatings": [
    {
      "competency": {},
      "rating": 4,
      "comments": "Strong technical background with 8+ years of experience in distributed systems."
    },
    {
      "competency": {},
      "rating": 4,
      "comments": "Strong technical background with 8+ years of experience in distributed systems."
    }
  ],
  "comments": "Strong technical background with 8+ years of experience in distributed systems.",
  "submittedOn": "2026-05-03T14:30:00Z"
}