Here you will find the documentation for the general API-endpoints. The endpoints accepting an {ext}
parameter allows for selecting return format based on an extension.
If no extension is provided the return format is determined by the Accept
header. See the documentation for a list of supported return formats and corresponding extensions.
Endpoint for areas in the system. The Area object represents a physical area where events take place.
API | Description |
---|---|
GETapi/areas | Returns all Areas in the system. |
Endpoint for days in the system. The Day object represents a day on which the main event takes place.
API | Description |
---|---|
GETapi/days | Returns all Days in the system. |
Endpoint for events in the system. The Event object represents an event with one or more occations.
Endpoint for supported languages in the system. The EventLanguage object represent a language in which an event can be held.
API | Description |
---|---|
GETapi/languages | Returns all EventLanguages that the system supports. |
Endpoint for lists created in the system. List can be used to create custom Event collections, eg. a list of favorites.
API | Description |
---|---|
POSTapi/lists | Creates a new List and returns information about it. |
GETapi/lists/{list_id} | Returns information about the List with the supplied list ID. |
DELETEapi/lists/{list_id} | Deletes the List with the given ID. |
POSTapi/lists/{list_id}/events | Adds an Event occation to the list. |
GETapi/lists/{list_id}/events?language={language} | Returns all Events in the list. |
GETapi/lists/{list_id}/events.{ext}?language={language} | Returns all Events in the list. |
PUTapi/lists/{list_id}/events | Adds or deletes an Event occation from the list. |
DELETEapi/lists/{list_id}/events | Deletes an Event occation from the list. |
Endpoint for offers in the system. An Offer can either be connected to just an organizer or to a specific event.
API | Description |
---|---|
GETapi/offers | Returns all Offers in the system. |
Endpoint for organizers in the system. An organizer is responsible for an event or an offer and is represented by the Organizer object.
API | Description |
---|---|
GETapi/organizers | Returns all Organizers in the system. |
Endpoint for sub areas in the system. The SubArea object represents a part of a physical area, or an organizational part of the whole event.
API | Description |
---|---|
GETapi/subareas | Returns all SubAreas in the system. |
Endpoint for getting read-only system information.
API | Description |
---|---|
GETapi/sysinfo | Returns the SysInfo object. |
Endpoint for event types in the system. Types represents a way to categorize events.
API | Description |
---|---|
GETapi/types | Returns all Types in the system. |