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": "a22979c8-9f8f-492c-9ded-274152122282",
"TimeOffCategory": "ed766756-2a8c-4082-a92f-79b7da2edfb7",
"Start": "2026-04-30T20:08:44.9691602+00:00",
"End": "2026-04-30T20:08:44.9691602+00:00",
"HoursPerDay": 5.0,
"Notes": "sample string 6",
"Status": 0,
"Approver": "1ed6f8fd-cfad-46ec-8ecd-f8b04d223d30",
"DateApproved": "2026-04-30T20:08:44.9691602+00:00",
"HourTP": {
"2026-04-30T20:08:44.9691602+00:00": 2.0
},
"id": "ce625baf-6d52-4dd1-9456-49ae1cf51603",
"ConfigId": "0819d79c-a05d-400a-b8cd-b0f2eea3ff19"
},
{
"UserId": "a22979c8-9f8f-492c-9ded-274152122282",
"TimeOffCategory": "ed766756-2a8c-4082-a92f-79b7da2edfb7",
"Start": "2026-04-30T20:08:44.9691602+00:00",
"End": "2026-04-30T20:08:44.9691602+00:00",
"HoursPerDay": 5.0,
"Notes": "sample string 6",
"Status": 0,
"Approver": "1ed6f8fd-cfad-46ec-8ecd-f8b04d223d30",
"DateApproved": "2026-04-30T20:08:44.9691602+00:00",
"HourTP": {
"2026-04-30T20:08:44.9691602+00:00": 2.0
},
"id": "ce625baf-6d52-4dd1-9456-49ae1cf51603",
"ConfigId": "0819d79c-a05d-400a-b8cd-b0f2eea3ff19"
}
]