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"
        }
      }
    ]
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/workday-integration-list-workers-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.