Time off types
List time off types
GET /time-off-types
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
limit?number
Number of rows (default 50, max 200).
offset?number
Pagination offset (default 0).
Response Body
application/json
curl -X GET "https://loading/api/v1/time-off-types"{
"data": [
{
"id": "019cb675-c4d6-7e90-8806-25e5145c3a06",
"name": "Vacation",
"description": null,
"maxDaysPerYear": 20,
"requiresApproval": true,
"countsTowardAllowance": true,
"isArchived": false,
"minTenureMonths": 0,
"cooldownMonths": 0,
"createdAt": "2026-01-06T10:00:00.000Z",
"updatedAt": "2026-01-06T10:00:00.000Z"
}
]
}Empty
Empty
Empty
Empty