© 2025 Clarivate
GET /api/.../bibliographicrecords/{id}/volumes?pickupbranchid={pickupBranchID}&patronbranchid={patronBranchID}
Returns the list of Volume values from items for a Bibliographic Record which is going to have a hold request placed against it.
| 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 | 
[
    "Season 1",
    "Season 2",
    "Season 3",
    "Season 4"
]
| Code | Description | 
|---|---|
| 200 | OK. Success | 
| 404 | id, pickupBranchID, or patronBranchID are invalid |