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": "969465d4-539e-45c4-9cb0-8462fb7f4749",
"TimeOffCategory": "8911670d-673b-452f-a6ff-3903bcec6127",
"Start": "2026-07-21T13:02:59.3817474+00:00",
"End": "2026-07-21T13:02:59.3817474+00:00",
"HoursPerDay": 5.0,
"Notes": "sample string 6",
"Status": 0,
"Approver": "7e703ce4-bd90-4366-9323-3e29cb91f737",
"DateApproved": "2026-07-21T13:02:59.3817474+00:00",
"HourTP": {
"2026-07-21T13:02:59.3817474+00:00": 2.0
},
"id": "92f278b1-6033-4e1b-82ea-e8d48e4f6465",
"ConfigId": "d24903c8-38d6-4417-838e-918f5ddd4893"
},
{
"UserId": "969465d4-539e-45c4-9cb0-8462fb7f4749",
"TimeOffCategory": "8911670d-673b-452f-a6ff-3903bcec6127",
"Start": "2026-07-21T13:02:59.3817474+00:00",
"End": "2026-07-21T13:02:59.3817474+00:00",
"HoursPerDay": 5.0,
"Notes": "sample string 6",
"Status": 0,
"Approver": "7e703ce4-bd90-4366-9323-3e29cb91f737",
"DateApproved": "2026-07-21T13:02:59.3817474+00:00",
"HourTP": {
"2026-07-21T13:02:59.3817474+00:00": 2.0
},
"id": "92f278b1-6033-4e1b-82ea-e8d48e4f6465",
"ConfigId": "d24903c8-38d6-4417-838e-918f5ddd4893"
}
]