Workday · Schema

Time Off

Represents time-off data for a worker in Workday, including time-off requests, entries, balances, and leave of absence records.

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
id string The Workday ID of the time-off record.
descriptor string A display descriptor for the time-off record.
worker object The worker this time-off record belongs to.
timeOffType object The type of time off (e.g., Vacation, Sick, Personal).
timeOffEntries array Individual time-off entries (one per day).
status string The status of the time-off request.
totalQuantity number The total quantity of time off requested.
unit string The unit of measure for time off (e.g., Hours, Days).
comment string A comment or reason for the time-off request.
requestedDate string When the time-off request was submitted.
balances array Time-off plan balances for the worker.
leaveOfAbsence object Leave of absence details, if applicable.
href string A link to the full time-off resource.
View JSON Schema on GitHub