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": "06ec200f-63f4-4946-bfc9-5a7438b2337b", "TimeOffCategory": "60dcbe4a-ccad-4eee-93ff-a4d97489cde7", "Start": "2025-07-08T10:15:36.399495+00:00", "End": "2025-07-08T10:15:36.399495+00:00", "HoursPerDay": 5.0, "Notes": "sample string 6", "Status": 0, "Approver": "0bafb34a-fff3-4133-89aa-dde78b99dd81", "DateApproved": "2025-07-08T10:15:36.399495+00:00", "HourTP": { "2025-07-08T10:15:36.4151216+00:00": 2.0 }, "id": "e1e51511-7a6f-4cf1-bb53-81ef4de18bf3", "ConfigId": "db9f20a8-939f-4fb1-9444-c64a6edbf302" }, { "UserId": "06ec200f-63f4-4946-bfc9-5a7438b2337b", "TimeOffCategory": "60dcbe4a-ccad-4eee-93ff-a4d97489cde7", "Start": "2025-07-08T10:15:36.399495+00:00", "End": "2025-07-08T10:15:36.399495+00:00", "HoursPerDay": 5.0, "Notes": "sample string 6", "Status": 0, "Approver": "0bafb34a-fff3-4133-89aa-dde78b99dd81", "DateApproved": "2025-07-08T10:15:36.399495+00:00", "HourTP": { "2025-07-08T10:15:36.4151216+00:00": 2.0 }, "id": "e1e51511-7a6f-4cf1-bb53-81ef4de18bf3", "ConfigId": "db9f20a8-939f-4fb1-9444-c64a6edbf302" } ]