© 2025 Clarivate
GET /api/.../bibliographicrecords/{id}/items/local
Get the local items attached to a Bibliographic Record. This returns summary information for each item and is intended to be used as a list view display. Local items are determined by System Administration's Item Availability Display Order policy table.
| Name | Type | Required | Description |
|---|---|---|---|
| id | Integer | Yes | Bibliographic Record ID |
| branchID | Integer | Yes | Branch ID |
[
{
AssignedBranch: "Johnstown Public Library",
Collection: "Adult Nonfiction (ANF)",
MaterialType: "Book",
ShelfLocation: "",
CallNumber: "327.73 K61am2",
RecordStatus: "Final",
Volume: null,
Status: "Lost",
Barcode: "0001200231049",
ControlNumber: 1472272,
LastCircTransactionDate: "2010-01-29T13:03:27.11-05:00",
DueDate: "2017-02-14T23:59:59-05:00",
LoanUnits: 1,
Designation: null
},
{
AssignedBranch: "Stillwater Public Library",
Collection: "Adult Nonfiction (ANF)",
MaterialType: "Book",
ShelfLocation: "Front Lobby",
CallNumber: "B MAILER MIL",
RecordStatus: "Final",
Volume: null,
Status: "Out",
Barcode: "0000400814646",
ControlNumber: 316352,
LastCircTransactionDate: "2012-03-30T14:33:55-04:00",
DueDate: null,
LoanUnits: 0,
Designation: null
}
]
| Code | Description |
|---|---|
| 200 | OK. Success |
| 404 | id is invalid |