© 2024 Clarivate
GET /api/.../authorityrecords/{id}/auths
Get the authority records linked to an Authority Record or Bibliographic Record. This returns summary information for each authority and is intended to be used as a list view display.
Name | Type | Required | Description |
---|---|---|---|
objectid | Integer | Yes | Authority = 1, Bibliographic = 2 |
id | Integer | Yes | Authority or Bibliographic Record ID |
seeAlso | Boolean | Yes | True returns SeeAlso authority records, False returns SeeAlsoFrom authority records. |
[
{
"Heading": "Grouse shooting",
"ControlNumber": 298246,
"RecordStatusName": "Final",
"LinkedBibCount": "4",
"LinkedSeeAlsoCount": "0",
"Name": "N",
"Subject": "Y",
"Series": "N",
"SortHeading": "GROUSE SHOOTING"
},
{
"Heading": "Pheasant shooting",
"ControlNumber": 308591,
"RecordStatusName": "Final",
"LinkedBibCount": "4",
"LinkedSeeAlsoCount": "0",
"Name": "N",
"Subject": "Y",
"Series": "N",
"SortHeading": "PHEASANT SHOOTING"
},
{
"Heading": "Quail shooting",
"ControlNumber": 310657,
"RecordStatusName": "Final",
"LinkedBibCount": "1",
"LinkedSeeAlsoCount": "0",
"Name": "N",
"Subject": "Y",
"Series": "N",
"SortHeading": "QUAIL SHOOTING"
},
{
"Heading": "Woodcock shooting",
"ControlNumber": 319914,
"RecordStatusName": "Final",
"LinkedBibCount": "2",
"LinkedSeeAlsoCount": "0",
"Name": "N",
"Subject": "Y",
"Series": "N",
"SortHeading": "WOODCOCK SHOOTING"
}
]
Code | Description |
---|---|
200 | OK. Success |
404 | id is invalid |