English

No description in the specification.

1 operation
GET /holdings GetHoldings

Get holdings

Parameters

publication_idsrequired
query · array of stringA list of publication IDs, each publication ID should be url encoded and separated by a comma.
show_to
query · array of string enumA 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
query · stringThe patron ID of the active patron.
Shared across operations: version. See the shared contract on the version page.

Responses

  • 200 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.