Skip to content

Relationships

Schema relationships
graph LR
    TimeoffRequests -->|"employee"| Employees
    TimeoffRequests -->|"timeoff_type"| TimeoffTypes

Properties

idstring
required·

The unique identifier for timeoffpolicies

amountnumber

This represents the amount of the time off request.

approverstring

This represents the approver of the time off request.

created_atstring · date-time

This represents the date when the timeoffpolicies was created

descriptionstring

This represents the description of the time off request.

employeeobject

This represents the employee requesting time off.

References: Employees → id
idstring
required·

The unique identifier for employees

namestring

This represents the name of the employee.

employee_notestring

This represents the employee note for the time off request.

end_timestring · date-time

This represents the end time of the time off request.

reasonobject

This represents the reason of the time off request.

idstring
required·

The unique identifier for timeoff_reason

namestring

This represents the name of the timeoff_reason.

remote_dataRecord<string, any>

Raw data returned from the remote API call.

request_policy_typestring

This represents the request type of the time off request.

sessionstring

This represents the session of the time off request.

Possible values:
fullmorningafternoon
start_timestring · date-time

This represents the start time of the time off request.

statusstring

This represents the status of the time off request.

timeoff_typestring

This represents the time off type of the time off request.

unitsstring

This represents the units of the time off request.

Possible values:
hoursdaysweeksmonths
updated_atstring · date-time

This represents the date when the timeoffpolicies was updated