GET
/holdings GetHoldings Get holdings
Parametre
- publication_idspåkrævet
- 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.
Svar
- 200
GetHoldingResponseBodyThe 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.