Items List for a title

Get Items List

GET /api/.../patrons/{id}/readerservices/titles/{orgid}/items/{bibid}

Returns items for a title from the list built using outreach patron's preferences.

Request Information

Parameters
Name Type Required Description
id Integer Yes The patron ID
orgid Integer Yes Search org ID. Set to -1 would return the items available at all the included branches for logged in organization.
bibid Integer Yes The bibliographic id

Response Information

Example
application/json, text/json
[
  {
    "ItemRecordID": 330931,
    "Barcode": "0000401202502",
    "BrowseAuthor": "Avi, 1937-",
    "BrowseTitle": "The history of helpless Harry : to which is added a variety of amusing and entertaining adventures",
    "BrowseTitleNonFilingCount": 4,
    "CallNumber": "j Fict",
    "ItemStatusID": 1,
    "RecordStatusID": 1,
    "AssignedBranchID": 92,
    "AssignedCollectionID": 25,
    "MaterialTypeID": 1,
    "AssociatedBibRecordID": 71813,
    "ShelfLocationID": null,
    "PatronID": null,
    "ShelfLocation": null,
    "SysHoldRequestID": 0,
    "HoldingPatronBarcode": null,
    "HoldingPatronPickupBranchID": 0
  }
]

Permission IDs found here.

Name
AccessPatronServices_Allow
PatronStatus_Access
PatronStatus_DisplayReaderServices