Workday · Example Payload

Workday Getworkerbyid Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Workday Getworkerbyid 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

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getWorkerById",
  "method": "GET",
  "path": "/workers/{ID}",
  "summary": "Get Worker by Id",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getworkerbyid200Example",
      "example": {
        "id": "abc123",
        "descriptor": "example_value",
        "workerID": "500123",
        "primaryWorkEmail": "user@example.com",
        "primaryWorkPhone": "example_value",
        "businessTitle": "example_value",
        "workerType": {
          "id": "abc123",
          "descriptor": "example_value",
          "href": "https://www.example.com"
        },
        "primarySupervisoryOrganization": {
          "id": "abc123",
          "descriptor": "example_value",
          "href": "https://www.example.com"
        },
        "location": {
          "id": "abc123",
          "descriptor": "example_value",
          "href": "https://www.example.com"
        },
        "hireDate": "2026-01-15",
        "terminationDate": "2026-01-15",
        "isManager": true,
        "externalID": "500123"
      }
    }
  ]
}