Returns the SysInfo object.
GET /api/sysinfo HTTP/1.1
Host: event.stockholmpride.org
Accept: application/json, text/json
No parameters
None
Name | Description | Type | Additional information |
---|---|---|---|
EventName | Main event name | String | None |
EventNameShort | Main event short name | String | None |
OrganizerName | Main event organizer name | String | None |
ParadeEventID | Event ID of the event that represents the parade | Integer | None |
IsPublicWebOpen | Flag for if the public progam web page is open | Boolean | None |
application/json (.json)
text/json
{
"eventName": "sample string 1",
"eventNameShort": "sample string 2",
"organizerName": "sample string 3",
"paradeEventID": 1,
"isPublicWebOpen": true
}