Skip to content

Relationships

Schema relationships
graph LR
    TimeoffBalances -->|"employee"| Employees
    TimeoffBalances -->|"timeoff_policy"| TimeoffPolicies

Properties

idstring
required·

The unique identifier for time off balances

balancenumber

This represents the balance of the time off request.

created_atstring · date-time

This represents the date when the timeoffbalances was created

employeeobject

This represents the employee the balance belongs to..

References: Employees → id
idstring

The unique identifier for employees

namestring

This represents the name of the employee.

remote_dataRecord<string, any>

Raw data returned from the remote API call.

timeoff_policystring

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

updated_atstring · date-time

This represents the date when the timeoffbalances was updated