# Holding

Provider API v0.6.5 · 1 operation
Source: https://plas.redia.dk/en/provider/v0.6.5/holding/

No description in the specification.

## Get holdings

`GET` `/holdings` · `GetHoldings`

### Parameters

- `publication_ids` (In `query`, `array of string`, required) — A list of publication IDs, each publication ID should be url encoded and separated by a comma.
- `show_to` (In `query`, `array of string enum`, optional) — A list of show_to values, where each value is url encoded and separated by a comma.

This tells the provider that the returned data is intended to be shown to a specific group of users, and
all returned data must be filtered appropriately.

If no groups are given, all data should be returned.

- `patron_id` (In `query`, `string`, optional) — The patron ID of the active patron.

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

### Responses

- `200` [`GetHoldingResponseBody`](https://plas.redia.dk/en/provider/v0.6.5/schemas/#GetHoldingResponseBody) — The response will contain a mapping from each publication ID to an array of holdings.

If a publication ID represents a periodical, there can be from zero to many holdings for that publication ID, and each holding will represent a unique issue of that periodical.

If a publication ID does not represent a periodical, there can be from zero to one holding for that publication ID.


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