Time off
List time off requests
GET /time-off
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
user_id?string
Filter by user.
status?string
Filter by request status.
Value in
"pending" | "approved" | "rejected"start_date?string
Include requests ending on/after this date.
end_date?string
Include requests starting on/before this date.
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"{
"data": {}
}Empty
Empty
Empty
Empty