© 2024 Clarivate
GET /api/.../patrons/{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 | Patron Record ID |
[
{
"RecordSetID": 1881,
"Name": "Heritage Home statistical code - Sch'dy",
"ObjectTypeID": 27,
"ObjectTypeDescription": "Patron",
"OwnerName": "Schenectady County Public Library - Central",
"CreationDate": "2005-12-22T14:25:05.203-05:00",
"Note": "",
"NumberOfRecords": 301339
},
{
"RecordSetID": 400,
"Name": "name",
"ObjectTypeID": 27,
"ObjectTypeDescription": "Patron",
"OwnerName": "knaftaly",
"CreationDate": "2005-06-08T14:41:28.243-04:00",
"Note": null,
"NumberOfRecords": 2
}
]
Code | Description |
---|---|
200 | OK. Success |
404 | Not found. ID is invalid |