Fields

approved
boolean

Has the value true for approved LeaveRequest or the value false for LeaveRequest pending approval

approverId
number

Unique identifier for the approver

comment
string

Comments

date
string
id
integer

Unique identifier for the LeaveRequestApproval

substitutedApproverId
enum<number> | null

0 = PENDING_APPROVAL

2 = APPROVED

3 = DENIED

4 = CANCELLED

5 = CANCELLATION_PENDING

Available options:
0,
2,
3,
4,
5