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": "9192c9a6-c3c4-4a88-8c08-8d8f970cb455", "TimeOffCategory": "3b6475c3-d8a0-4688-87a0-d284b00af1a6", "Start": "2025-04-04T02:29:54.8159489+00:00", "End": "2025-04-04T02:29:54.8159489+00:00", "HoursPerDay": 5.0, "Notes": "sample string 6", "Status": 0, "Approver": "f03c56e8-1c42-4a46-948f-5d23b6c97fd4", "DateApproved": "2025-04-04T02:29:54.8159489+00:00", "HourTP": { "2025-04-04T02:29:54.8159489+00:00": 2.0 }, "id": "51f052fb-bc6a-4082-b5b8-4aa303410bf2", "ConfigId": "7a2465ff-b4e9-4281-9c9a-6211c4d62e90" }, { "UserId": "9192c9a6-c3c4-4a88-8c08-8d8f970cb455", "TimeOffCategory": "3b6475c3-d8a0-4688-87a0-d284b00af1a6", "Start": "2025-04-04T02:29:54.8159489+00:00", "End": "2025-04-04T02:29:54.8159489+00:00", "HoursPerDay": 5.0, "Notes": "sample string 6", "Status": 0, "Approver": "f03c56e8-1c42-4a46-948f-5d23b6c97fd4", "DateApproved": "2025-04-04T02:29:54.8159489+00:00", "HourTP": { "2025-04-04T02:29:54.8159489+00:00": 2.0 }, "id": "51f052fb-bc6a-4082-b5b8-4aa303410bf2", "ConfigId": "7a2465ff-b4e9-4281-9c9a-6211c4d62e90" } ]