© 2024 Clarivate
GET /api/.../bibliographicrecords/{id}/designations?pickupbranchid={pickupBranchID}&patronbranchid={patronBranchID}
Returns the list of Designation values for a Bibliographic Record for which a hold request is going to be placed.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | Bibliographic Record ID |
pickupbranchid | Integer | Yes | Branch ID of pickup branch |
patronbranchid | Integer | Yes | ID of the patron's assigned branch |
[
"Vol. 9 (Mar. 2009)",
"Vol. 8 (Feb. 2009)",
"Vol. 7 (Jan. 2009)",
"Vol. 6 (Dec. 2008)",
"Vol. 5 (Nov. 2008)",
"Vol. 4 (Oct. 2008)",
"Vol. 3 (Sep. 2008)",
"Vol. 2 (Aug. 2008)",
"Vol. 1 (July 2008)"
]
Code | Description |
---|---|
200 | OK. Success |
404 | id, pickupBranchID, or patronBranchID are invalid |