api/holidayscarry: Read holiday carryovers
With this resource you can read all holiday carryovers. The editing and adding of holiday carryovers is currently not possible.
Object type „holidayscarryRow“
Parameter | Type | Description |
---|---|---|
users_id | integer | The related employee's ID |
year | integer | Year for which the holiday carryover applies Format YYYY |
count | integer | Day count |
note | string | Note |
Liste holiday carryovers
GET /api/holidayscarry
Optionale Parameter | users_id (integer) | Restrict data to this user |
---|---|---|
year (integrer) | Restrict data to this year |
Answer
{ "holidayscarry": { [object of type holidayscarryRow], [object of type holidayscarryRow], ... } }