Hold Queues

Get Hold Queue Info

GET /api/.../holdqueues/{bibliographicRecordID}

Return hold queue information for a given bibliographic record.

Parameters
Name Type Required Description
bibliographicRecordID Integer Yes The unique id assigned to the bibliographic record.

Response Information

Example
application/json, text/json
{
    "Volumes":["Disk 1", "Disk 2", "Disk 3", "Disk 4"],
    "Issues":[],
    "BibliographicRecordID":965884,
    "BrowseAuthor":null,
    "BrowseTitle":"Dexter. The second season [videorecording]",
    "ISBN":"9781415742006",
    "ISSN":null,
    "OCLCNumber":"(OCOLC)000000232161722",
    "UPCNumber":"097368925144",
    "ConstituentBibRecordID":0,
    "ConstituentBrowseAuthor":null,
    "ConstituentBrowseTitle":null
}

HTTP Response Codes

Code Description
200 OK. Success
400 Bad request
404 Invalid bibliographic record ID