GET api/timeoff
Get my Time Off
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TimeOff| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| TimeOffCategory | globally unique identifier |
None. |
|
| Start | date |
None. |
|
| End | date |
None. |
|
| HoursPerDay | decimal number |
None. |
|
| Notes | string |
None. |
|
| Status | TimeOffStatusEnum |
None. |
|
| Approver | globally unique identifier |
None. |
|
| DateApproved | date |
None. |
|
| HourTP | Dictionary of date [key] and decimal number [value] |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"UserId": "74283bfc-2d35-4986-870f-73254486f7cc",
"TimeOffCategory": "d89a2404-d523-498c-b94b-d36a38c9edbc",
"Start": "2026-07-01T16:16:21.007598+00:00",
"End": "2026-07-01T16:16:21.007598+00:00",
"HoursPerDay": 5.0,
"Notes": "sample string 6",
"Status": 0,
"Approver": "380653eb-6c68-4848-9b8d-4a089daf2165",
"DateApproved": "2026-07-01T16:16:21.007598+00:00",
"HourTP": {
"2026-07-01T16:16:21.007598+00:00": 2.0
},
"id": "d035288f-c0f1-477f-8ff9-23f4dddd63be",
"ConfigId": "c166f618-b29d-4d63-9344-d9c36329a8e6"
},
{
"UserId": "74283bfc-2d35-4986-870f-73254486f7cc",
"TimeOffCategory": "d89a2404-d523-498c-b94b-d36a38c9edbc",
"Start": "2026-07-01T16:16:21.007598+00:00",
"End": "2026-07-01T16:16:21.007598+00:00",
"HoursPerDay": 5.0,
"Notes": "sample string 6",
"Status": 0,
"Approver": "380653eb-6c68-4848-9b8d-4a089daf2165",
"DateApproved": "2026-07-01T16:16:21.007598+00:00",
"HourTP": {
"2026-07-01T16:16:21.007598+00:00": 2.0
},
"id": "d035288f-c0f1-477f-8ff9-23f4dddd63be",
"ConfigId": "c166f618-b29d-4d63-9344-d9c36329a8e6"
}
]