Catalog
Календарь
CalendarsController (privileges: SYSTEM, ADMIN, AllUsers )
get/calendar
Query parameters
Год календаря
Response
Oк
Example response
{
"data": [
{
"month": 5,
"days": [
{
"id": 5,
"dayNumber": 5,
"day": "2024-12-31",
"dayOfWeek": 1
}
]
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.