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": "7a91819c-05cc-42d5-b77d-ba87bf103437",
"TimeOffCategory": "fc6fa52a-085e-4d07-b849-495a509d0dc4",
"Start": "2026-06-05T13:09:51.8838361+00:00",
"End": "2026-06-05T13:09:51.8838361+00:00",
"HoursPerDay": 5.0,
"Notes": "sample string 6",
"Status": 0,
"Approver": "70e26fe0-ea7f-4758-8547-76715548fd2d",
"DateApproved": "2026-06-05T13:09:51.8838361+00:00",
"HourTP": {
"2026-06-05T13:09:51.8838361+00:00": 2.0
},
"id": "e31aa826-5fae-4c91-80f5-ce2358ae0fee",
"ConfigId": "90013c67-35c0-48cd-8d28-003941e1b966"
},
{
"UserId": "7a91819c-05cc-42d5-b77d-ba87bf103437",
"TimeOffCategory": "fc6fa52a-085e-4d07-b849-495a509d0dc4",
"Start": "2026-06-05T13:09:51.8838361+00:00",
"End": "2026-06-05T13:09:51.8838361+00:00",
"HoursPerDay": 5.0,
"Notes": "sample string 6",
"Status": 0,
"Approver": "70e26fe0-ea7f-4758-8547-76715548fd2d",
"DateApproved": "2026-06-05T13:09:51.8838361+00:00",
"HourTP": {
"2026-06-05T13:09:51.8838361+00:00": 2.0
},
"id": "e31aa826-5fae-4c91-80f5-ce2358ae0fee",
"ConfigId": "90013c67-35c0-48cd-8d28-003941e1b966"
}
]