Workday Recruiting · Example Payload

Recruiting Rest Api Interview Feedback Create Example

HCMHuman ResourcesRecruitingSaaSTalent Acquisition

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

Top-level fields

overallRatingcompetencyRatingscomments

Example Payload

Raw ↑
{
  "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."
}