© 2025 Clarivate
GET /api/.../itemrecords/{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 | Item Record ID |
[
{
"RecordSetID": 135,
"Name": "Audio 3",
"ObjectTypeID": 3,
"ObjectTypeDescription": "Item Record",
"OwnerName": "Mohawk Valley Library System",
"CreationDate": "2005-06-04T22:15:57.76-04:00",
"Note": "",
"NumberOfRecords": 73
},
{
"RecordSetID": 145,
"Name": "Audio 9",
"ObjectTypeID": 3,
"ObjectTypeDescription": "Item Record",
"OwnerName": "Mohawk Valley Library System",
"CreationDate": "2005-06-04T22:16:20.837-04:00",
"Note": "",
"NumberOfRecords": 89
}
]
| Code | Description |
|---|---|
| 200 | OK. Success |
| 404 | Not found. ID is invalid |