Workday Integration Workers API is one of 87 APIs that Workday Integration publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Workers. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, a getting-started guide, and rate-limit docs.
This API exposes
11 operations
across 10 paths,
and defines 16 schemas.
It is described by OpenAPI 3.1.0, at version v1.
Requests are made against a single base URL, https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}.
11 operations10 paths16 schemas9 GET2 POST
Metadata
The identity and technical contract details declared by the specification.
Workday Integration Workers API declares
1 security scheme
for authenticating requests.
It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 2 scopes.
By default, every request must be authenticated.
Paths & Operations 11
Across 10 paths, the API surfaces 11 operations — 9 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.
Workers 11
GET
/workers
Workday Integration Retrieve a collection of workers
getWorkers3 params→ 200400401403
GET
/workers/{ID}
Workday Integration Retrieve a single worker instance
getWorkerById1 param→ 200401403404
GET
/workers/{ID}/organizations
Workday Integration Retrieve organizations for a worker
getWorkerOrganizations3 params→ 200401403404
GET
/workers/{ID}/reports
Workday Integration Retrieve direct reports for a worker
getWorkerDirectReports3 params→ 200401403404
GET
/workers/{ID}/history
Workday Integration Retrieve history items for a worker
getWorkerHistory3 params→ 200401403404
GET
/workers/{ID}/businessTitleChanges
Workday Integration Retrieve business title changes for a worker
The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are Worker (11 properties), SupervisoryOrganization (6 properties), Organization (4 properties), BusinessTitleChange (4 properties). Each schema is shown below with its type and property counts.
WorkerSummary
object
3 properties
JobChangeRequest
object
3 properties1 required
WorkersResponse
object
2 properties
HistoryResponse
object
2 properties
BusinessTitleChange
object
4 properties
BusinessTitleChangesResponse
object
2 properties
ErrorResponse
object
2 properties
JobChange
object
3 properties
OrganizationsResponse
object
2 properties
PaySlipsResponse
object
2 properties
BusinessTitleChangeRequest
object
2 properties2 required
Worker
object
11 properties
ResourceReference
object
3 properties
SupervisoryOrganizationsResponse
object
2 properties
Organization
object
4 properties
SupervisoryOrganization
object
6 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.