© 2024 Clarivate
GET /api/.../authorityrecords/{id}/recordsets
This returns summary information for each record set and is intended to be used in a list view display.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | Authority Record ID |
[
{
"RecordSetID": 11774,
"Name": "Duplicate Authority Records Post LTI",
"ObjectTypeID": 1,
"ObjectTypeDescription": "Authority Record",
"OwnerName": "RD-Saturn 5.2 Development System",
"CreationDate": "2007-10-26T13:23:55.053-04:00",
"Note": "Duplicate Authority Records - Post LTI authority load",
"NumberOfRecords": 742
},
{
"RecordSetID": 13515,
"Name": "LCCNs with $z",
"ObjectTypeID": 1,
"ObjectTypeDescription": "Authority Record",
"OwnerName": "joanne.zukowski",
"CreationDate": "2009-01-21T09:00:32.143-05:00",
"Note": "",
"NumberOfRecords": 15478
}
]
Code | Description |
---|---|
200 | OK. Success |
404 | Not found. ID is invalid |