© 2024 Clarivate
GET /api/.../bibliographicrecords/{id}/items
Get the items attached to a Bibliographic Record. The default item format is summary and is intended for displaying items in list view. The other item format is info and is primarily intended for 3rd party integration (e.g. NLB).
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | Bibliographic Record ID |
format | ItemFormat | No | Default is ItemFormat.Summary. |
ItemFormat | No | Default is ItemFormat.Summary. |
[
{
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 |