Retrieve Absence Requests Hours by MasterPKey
GET {{base_url}}/AbsenceRequests/AbsenceRequestsHours/:MasterPKey
Use this endpoint to retrieve absence requests hours based on a given master primary key.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"MasterPKey":"7D7F32874D69407FA75DE58D868FCF9B","TransDate":"2024-01-03T00:00:00.000","Hours":0,"StatusMsg":"Approved"},{"MasterPKey":"7D7F32874D69407FA75DE58D868FCF9B","TransDate":"2024-01-12T00:00:00.000","Hours":0,"StatusMsg":"Approved"}]