© 2025 Clarivate
GET /api/.../holdssummary/{branchid}
Get the number of unclaimed holds, pending holds, holds to be transfered and located holds for a branch
| Name | Type | Required | Description |
|---|---|---|---|
| branchid | Integer | Yes | Requested branch ID |
An HTTP return status code of 200 indicates success.
{
"HoldsPendingCount":2,
"HoldsToTransferCount":0,
"HoldsUnclaimedCount":30,
"HoldsLocatedCount":1,
"ILLUnclaimedCount":10,
"HoldsCancelledCount":1,
"HoldsToActionCount": 31
}
| Code | Description |
|---|---|
| 200 | OK. Success |
| 400 | FAILURE. |