Returns the SysInfo object.

GET /api/sysinfo HTTP/1.1
Host: event.stockholmpride.org
Accept: application/json, text/json

Request Information

Path Parameters

No parameters

Body Parameters

None


Response Information

Resource Description

SysInfo

Name Description
EventName Main event name
EventNameShort Main event short name
OrganizerName Main event organizer name
ParadeEventID Event ID of the event that represents the parade
IsPublicWebOpen Flag for if the public progam web page is open

Response Formats

application/json (.json) text/json
{
  "eventName": "sample string 1",
  "eventNameShort": "sample string 2",
  "organizerName": "sample string 3",
  "paradeEventID": 1,
  "isPublicWebOpen": true
}