GET horizon/v1/administration/plannedabsence
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Milenio3.Horizon.Dto.Entities.PlannedAbsenceDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Description | string |
None. |
|
| SelectedPlanned | boolean |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Description": "sample string 2",
"SelectedPlanned": true,
"Id": 3
}