Workday · Example Payload

Recruiting Job Posting Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Top-level fields

iddescriptortitlestartDateendDatejobDescriptionisInternalisExternalpostedOn

Example Payload

Raw ↑
{
  "id": "abc123",
  "descriptor": "example_value",
  "title": "Example Title",
  "startDate": "example_value",
  "endDate": "example_value",
  "jobDescription": "example_value",
  "isInternal": true,
  "isExternal": true,
  "postedOn": "example_value"
}