GET api/timeoff
Get my Time Off
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TimeOffName | 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": "29882419-4af5-4ef9-adb0-220f78090e42", "TimeOffCategory": "79af93a3-d7c6-401a-9834-e716db2ae0a1", "Start": "2025-07-16T12:08:59.659032+00:00", "End": "2025-07-16T12:08:59.659032+00:00", "HoursPerDay": 5.0, "Notes": "sample string 6", "Status": 0, "Approver": "68da7118-75a5-4653-822b-751e7a50354d", "DateApproved": "2025-07-16T12:08:59.659032+00:00", "HourTP": { "2025-07-16T12:08:59.659032+00:00": 2.0 }, "id": "9e735c38-4781-4116-839f-16591c28738a", "ConfigId": "f32d8ec9-61f7-47f9-91ee-5a5663883792" }, { "UserId": "29882419-4af5-4ef9-adb0-220f78090e42", "TimeOffCategory": "79af93a3-d7c6-401a-9834-e716db2ae0a1", "Start": "2025-07-16T12:08:59.659032+00:00", "End": "2025-07-16T12:08:59.659032+00:00", "HoursPerDay": 5.0, "Notes": "sample string 6", "Status": 0, "Approver": "68da7118-75a5-4653-822b-751e7a50354d", "DateApproved": "2025-07-16T12:08:59.659032+00:00", "HourTP": { "2025-07-16T12:08:59.659032+00:00": 2.0 }, "id": "9e735c38-4781-4116-839f-16591c28738a", "ConfigId": "f32d8ec9-61f7-47f9-91ee-5a5663883792" } ]