API Docs
Retrieve Circulation Desks
Contents
This API returns a list of Circulation Desk at a specific library.
Resource URL
GET /almaws/v1/conf/libraries/{libraryCode}/circ-desks/
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
libraryCode | xs:string | The code of the library for which the location belongs to. |
Querystring Parameters
Parameter | Type | Required | Description |
---|---|---|---|
limit | xs:int | Optional. Default: 10 | Limits the number of results. Optional. Valid values are 0-100. Default value: 10. |
offset | xs:int | Optional. Default: 0 | Offset of the results returned. Optional. Default value: 0, which means that the first results will be returned. |
Body Parameters
None
Output
This method returns a Circulation Desks
object. See doc
Possible Error Codes
Code | Message |
---|---|
402119 | General error. |