# Content Event

Content API v0.6.5 · 2 operations
Source: https://plas.redia.dk/en/content/v0.6.5/content-event/

No description in the specification.

## Get content events

`GET` `/content/event` · `GetContentEvents`

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` (In `query`, `integer`, optional) — Page number for pagination.
- `size` (In `query`, `integer`, optional) — Maximum number of events to return.
- `from_date` (In `query`, `string (date)`, optional) — 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` (In `query`, `string (date)`, optional) — Inclusive end date.
- `event_ids` (In `query`, `array of string`, optional) — The 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.](https://plas.redia.dk/en/content/v0.6.5/)

### Responses

- `200` [`GetContentEventsResponseBody`](https://plas.redia.dk/en/content/v0.6.5/schemas/#GetContentEventsResponseBody) — Success

Error responses: 400 · 401 — [See the shared contract on the version page.](https://plas.redia.dk/en/content/v0.6.5/)

## Get content events in series

`GET` `/content/event/series/{seriesId}` · `GetContentEventsInSeries`

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

- `seriesId` (In `path`, `string`, required) — Event series id.
- `page` (In `query`, `integer`, optional) — Page number for pagination.
- `size` (In `query`, `integer`, optional) — Maximum number of events to return.

Shared across operations: `ui_language`, `version`. [See the shared contract on the version page.](https://plas.redia.dk/en/content/v0.6.5/)

### Responses

- `200` [`GetContentEventsInSeriesResponseBody`](https://plas.redia.dk/en/content/v0.6.5/schemas/#GetContentEventsInSeriesResponseBody) — Success

Error responses: 400 · 401 · 404 — [See the shared contract on the version page.](https://plas.redia.dk/en/content/v0.6.5/)
