| _id |
string |
Unique identifier of the absence. |
| assignedToId |
string |
ID of the user this absence is assigned to. |
| reasonId |
string |
ID of the absence reason type. |
| approverId |
string |
ID of the user who approved this absence. |
| start |
string |
Start date and time of the absence. |
| end |
string |
End date and time of the absence. |
| days |
number |
Number of working days covered by the absence. |
| status |
integer |
Absence approval status: 0=pending, 1=approved, 2=declined. |
| comment |
string |
Optional comment or note on the absence. |