Workday Integration · Example Payload

Workday Integration List Workers Example

Example response from listing workers in Workday HCM

EnterpriseERPFinanceHCMIntegrationPayroll

Workday Integration List Workers Example is an example object payload from Workday Integration, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionvalue

Example Payload

Raw ↑
{
  "summary": "List Workers",
  "description": "Example response from listing workers in Workday HCM",
  "value": {
    "total": 2,
    "data": [
      {
        "id": "3aa5550b7fe348b98d7b5741ba4a5023",
        "descriptor": "John Smith",
        "href": "https://wd2-impl-services1.workday.com/ccx/service/tenant/workers/3aa5550b7fe348b98d7b5741ba4a5023",
        "workerType": {
          "id": "d9208493a5884f8196b3ed77831f6c7e",
          "descriptor": "Employee"
        },
        "workerStatus": {
          "id": "active",
          "descriptor": "Active"
        },
        "primaryJob": {
          "jobTitle": "Software Engineer",
          "department": {
            "id": "b5de02d5da9344bebc54c3a6e8d8dbf2",
            "descriptor": "Engineering"
          },
          "location": {
            "id": "8a7b2c1d3e4f5a6b7c8d9e0f1a2b3c4d",
            "descriptor": "San Francisco, CA"
          },
          "hireDate": "2022-03-15"
        }
      },
      {
        "id": "7bb6661c8gf459c09e8c6852cb5b6134",
        "descriptor": "Jane Doe",
        "href": "https://wd2-impl-services1.workday.com/ccx/service/tenant/workers/7bb6661c8gf459c09e8c6852cb5b6134",
        "workerType": {
          "id": "d9208493a5884f8196b3ed77831f6c7e",
          "descriptor": "Employee"
        },
        "workerStatus": {
          "id": "active",
          "descriptor": "Active"
        },
        "primaryJob": {
          "jobTitle": "HR Business Partner",
          "department": {
            "id": "c6ef13e6eb0455cfcd65d4b7f9e9ecg3",
            "descriptor": "Human Resources"
          },
          "location": {
            "id": "8a7b2c1d3e4f5a6b7c8d9e0f1a2b3c4d",
            "descriptor": "San Francisco, CA"
          },
          "hireDate": "2021-07-01"
        }
      }
    ]
  }
}