Time
Get an overtime request
Retrieve details of an existing overtime request.
get/time/overtime_requests/{id}
Response
OK
Example response
{
"data": {
"date": "2024-01-15",
"starts_at": "18:00",
"ends_at": "21:00"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.