Leaves
Get a leave request
Retrieve the detailed info about an existing time off request.
get/leave_requests/{id}
Response
OK
Example response
{
"data": {
"employee": {
"id": 100,
"first_name": "John",
"last_name": "Doe",
"email": "test@example.com"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.