# Publication

Search API v0.6.5 · 1 operation
Source: https://plas.redia.dk/en/search/v0.6.5/publication/

No description in the specification.

## Get Publications

`GET` `/publication` · `GetPublications`

### Parameters

- `publication_ids` (In `query`, `array of string`, required) — A list of publication IDs, publication IDs should be url encoded and separated by a comma.

That means that, if you have e.g. three publication IDs "pub-123", "pub-456,abcd" and "789101112", they should be sent as: "publication_ids=pub-123,pub-456%2Cabcd,789101112".


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

### Responses

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

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