GET horizon/v1/administration/localholidays
Returns list of calendars
Example"horizon/v1/administration/calendars"
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Milenio3.Horizon.Dto.Entities.Configuration.LocalHolidayDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"CreatedOn": "2026-06-21T01:08:57.2099681+01:00",
"CreatedBy": 3,
"ModifiedOn": "2026-06-21T01:08:57.2099681+01:00",
"ModifiedBy": 1,
"Id": 4
},
{
"Name": "sample string 1",
"CreatedOn": "2026-06-21T01:08:57.2099681+01:00",
"CreatedBy": 3,
"ModifiedOn": "2026-06-21T01:08:57.2099681+01:00",
"ModifiedBy": 1,
"Id": 4
}
]