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": "db60bc53-8dfe-4a4f-a437-9847eb0530ab", "TimeOffCategory": "8747713f-3b9a-4c06-95e2-0e8d52f9ee30", "Start": "2025-05-23T20:01:01.0376113+00:00", "End": "2025-05-23T20:01:01.0376113+00:00", "HoursPerDay": 5.0, "Notes": "sample string 6", "Status": 0, "Approver": "fab732f0-1160-4a21-9e43-6f498897af8f", "DateApproved": "2025-05-23T20:01:01.0376113+00:00", "HourTP": { "2025-05-23T20:01:01.0376113+00:00": 2.0 }, "id": "6d162241-235d-40bf-9d0c-8e9962caf8d8", "ConfigId": "17a65bc4-9b44-4d17-80a1-e7ecb962f167" }, { "UserId": "db60bc53-8dfe-4a4f-a437-9847eb0530ab", "TimeOffCategory": "8747713f-3b9a-4c06-95e2-0e8d52f9ee30", "Start": "2025-05-23T20:01:01.0376113+00:00", "End": "2025-05-23T20:01:01.0376113+00:00", "HoursPerDay": 5.0, "Notes": "sample string 6", "Status": 0, "Approver": "fab732f0-1160-4a21-9e43-6f498897af8f", "DateApproved": "2025-05-23T20:01:01.0376113+00:00", "HourTP": { "2025-05-23T20:01:01.0376113+00:00": 2.0 }, "id": "6d162241-235d-40bf-9d0c-8e9962caf8d8", "ConfigId": "17a65bc4-9b44-4d17-80a1-e7ecb962f167" } ]