Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Workday Tracking System Leave of Absence API

Operations for managing leave of absence requests

Workday Tracking System Leave of Absence API is one of 13 APIs that Workday Tracking System publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 74 JSON Schema definitions.

Tagged areas include Leave of Absence. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and 74 JSON Schemas.

This API exposes 3 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 3.0.3, at version v1.

Requests are made against a single base URL, https://{tenant}.workday.com/api/absence-management/v1.

3 operations 2 paths 5 schemas 1 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v1
Base URL
https://{tenant}.workday.com/api/time-tracking/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Workday Tracking System Leave of Absence API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — OAuth 2.0 Bearer token authentication

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 1 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Leave of Absence 3

Operations for managing leave of absence requests

GET
/workers/{workerId}/leaveOfAbsence
List Leaves of Absence
listLeavesOfAbsence 2 params → 200401404
POST
/workers/{workerId}/leaveOfAbsence
Request Leave of Absence
requestLeaveOfAbsence 1 param body → 201400401
POST
/workers/{workerId}/leaveOfAbsence/{leaveId}/return
Return from Leave of Absence
returnFromLeaveOfAbsence 2 params body → 200400401404

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are LeaveOfAbsence (9 properties), LeaveOfAbsenceInput (5 properties), ErrorResponse (3 properties), ReturnFromLeaveInput (2 properties). Each schema is shown below with its type and property counts.

LeavesOfAbsenceResponse
object
Response containing leaves of absence
2 properties
LeaveOfAbsenceInput
object
Input for creating a leave of absence request
5 properties 3 required
ReturnFromLeaveInput
object
Input for processing a return from leave
2 properties 1 required
ErrorResponse
object
Standard error response
3 properties
LeaveOfAbsence
object
A leave of absence record
9 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

workday-tracking-system-leave-of-absence-api-openapi.yml Raw ↑

Other APIs Workday Tracking System publishes across the network.

Workday Tracking System Accruals API
Workday Tracking System Balances API
Workday Tracking System Labor Demand API
Workday Tracking System Scheduling Organizations API
Workday Tracking System Shifts API
Workday Tracking System Time Blocks API
Workday Tracking System Time Clock Events API
Workday Tracking System Time Off API
Workday Tracking System Time Requests API
Workday Tracking System Timesheets API
Workday Tracking System Work Schedules API
Workday Tracking System Worker Preferences API