POST api/Calendar/DayList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SimpleCalendar| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Day | integer |
None. |
|
| Updated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Day": 2,
"Updated": "2025-12-09T16:16:19.2303126+02:00"
},
{
"ID": 1,
"Day": 2,
"Updated": "2025-12-09T16:16:19.2303126+02:00"
}
]