Get Authority Record Linked Bibs

Get the bibliographic records linked to an Authority Record

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.

Request Information

Parameters
Name Type Required Description
id Integer Yes Authority Record ID

Response Information

Example
application/json, text/json
[
  {
    "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"
  }
]

HTTP Response Codes

Code Description
200 OK. Success
404 id is invalid