Returns all Days in the system.
GET /api/days HTTP/1.1
Host: event.stockholmpride.org
Accept: application/json, text/json
No parameters
None
Collection of Day
Name | Description | Type | Additional information |
---|---|---|---|
Date | The date the day represents | Date | None |
Name | Name of the day, including date | String | None |
ShortName | The week day name | String | None |
OccationCount | Number of event occations taking place this day | Integer | None |
application/json (.json)
text/json
[
{
"date": "2024-11-21",
"name": "torsdag 21 november",
"shortName": "torsdag",
"occationCount": 2
},
{
"date": "2024-11-21",
"name": "torsdag 21 november",
"shortName": "torsdag",
"occationCount": 2
}
]