© 2024 Clarivate
GET /api/.../patrons/{id}/readerservices/picklist?type=held
Return existing outreach patron's held item records.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The patron ID |
type | String | Yes | The value of action must be "held" |
[
{
"ItemRecordID": 11302897,
"Barcode": "test2101",
"BrowseAuthor": "Grisham, John.",
"BrowseTitle": "The firm [sound recording]",
"CallNumber": "C",
"ItemStatusID": 4,
"RecordStatusID": 1,
"AssignedBranchID": 3,
"AssignedCollectionID": null,
"MaterialTypeID": 1,
"AssociatedBibRecordID": 1138701,
"ShelfLocationID": null,
"PatronID": null,
"ShelfLocation": null,
"SysHoldRequestID": 0,
"HoldingPatronBarcode": null,
"HoldingPatronPickupBranchID": 0,
"BrowseTitleNonFilingCount": 4
},
{
"ItemRecordID": 11302898,
"Barcode": "requestmanager",
"BrowseAuthor": "Grisham, John.",
"BrowseTitle": "A time to kill",
"CallNumber": "C",
"ItemStatusID": 4,
"RecordStatusID": 1,
"AssignedBranchID": 3,
"AssignedCollectionID": null,
"MaterialTypeID": 1,
"AssociatedBibRecordID": 1138702,
"ShelfLocationID": null,
"PatronID": null,
"ShelfLocation": null,
"SysHoldRequestID": 0,
"HoldingPatronBarcode": null,
"HoldingPatronPickupBranchID": 0,
"BrowseTitleNonFilingCount": 2
}
]
Permission IDs found here.
Name |
---|
AccessPatronServices_Allow |
PatronStatus_Access |
PatronStatus_DisplayReaderServices |