Workday · Example Payload

Talent Job History Entry Example

A sample description.

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Top-level fields

idcompanyjobTitlestartDateendDatedescription

Example Payload

Raw ↑
{
  "id": "abc123",
  "company": "example_value",
  "jobTitle": "example_value",
  "startDate": "example_value",
  "endDate": "example_value",
  "description": "A sample description."
}