English

No description in the specification.

2 operations
GET /content/event GetContentEvents

Get content events

Retrieves a list of planned events with complete information. Returns full event representations suitable for detailed views. Either `to_date` or `event_ids` must be included in a request. If `ui_language` is not set, all languages are return.

Parameters

page
query · integerPage number for pagination.
size
query · integerMaximum number of events to return.
from_date
query · string (date)Inclusive start date in YYYY-MM-DD format. If omitted, the server will use the current date in its local timezone (e.g., CET) as the default
to_date
query · string (date)Inclusive end date.
event_ids
query · array of stringThe event ids should be url encoded and separated by a comma (the comma should not be url encoded).
Shared across operations: ui_language, version. See the shared contract on the version page.

Responses

Error responses: 400 · 401 — See the shared contract on the version page.
GET /content/event/series/{seriesId} GetContentEventsInSeries

Get content events in series

Retrieves a list of planned events in a given series. Returns full event representations suitable for detailed views. If `ui_language` is not set, all languages are return.

Parameters

seriesIdrequired
path · stringEvent series id.
page
query · integerPage number for pagination.
size
query · integerMaximum number of events to return.
Shared across operations: ui_language, version. See the shared contract on the version page.

Responses

Error responses: 400 · 401 · 404 — See the shared contract on the version page.