© 2024 Clarivate
GET /api/.../authorityrecords/{id}/bibs
Get the bibliographic records linked to an Authority Record. This returns summary information for each bib and is intended to be used as a list view display.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | Authority Record ID |
[
{
"Title": "Dads are such fun",
"Author": "Wood, Jakki.",
"FormatDescription": null,
"RecordStatusName": "Final",
"LinkedItems": 3,
"Holds": "0",
"PubDate": "1992",
"CallNumber": "JP Fict Woo",
"ControlNumber": 241074,
"Term": "DADS ARE SUCH FUN"
},
{
"Title": "Moo moo, brown cow",
"Author": "Wood, Jakki.",
"FormatDescription": null,
"RecordStatusName": "Final",
"LinkedItems": 5,
"Holds": "0",
"PubDate": "1996",
"CallNumber": "JP Fict Woo",
"ControlNumber": 313295,
"Term": "MOO MOO BROWN COW"
},
{
"Title": "Moo moo, brown cow",
"Author": "Wood, Jakki.",
"FormatDescription": null,
"RecordStatusName": "Final",
"LinkedItems": 6,
"Holds": "0",
"PubDate": "1992",
"CallNumber": "JP Fict Woo",
"ControlNumber": 238366,
"Term": "MOO MOO BROWN COW"
}
]
Code | Description |
---|---|
200 | OK. Success |
404 | id is invalid |