© 2024 Clarivate
GET /api/.../patrons/{id}?type=quotassummary&cb=35
Returns Patron Quotas Summary.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the patron. |
type | string | One of the following: 'quotassummary' | Discriminator for request content type. |
cb | Integer | Curated Branch ID | List of curated branch IDs |
{
"GeneralTransactionsCount": 2,
"GeneralQuota": 1,
"CuratedTransactionsCount": 1,
"CuratedQuota": 1,
"MaxCheckOuts":10,
"MaxHolds": 5
}
Code | Description |
---|---|
200 | OK. Success |
400 | Bad Request |
404 | Not Found |