Get Linked Record Sets

Get the record sets linked to an Item Record.

GET /api/.../itemrecords/{id}/recordsets

This returns summary information for each record set and is intended to be used in a list view display.

Request Information

Parameters
Name Type Required Description
id Integer Yes Item Record ID

Response Information

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

HTTP Response Codes

Code Description
200 OK. Success
404 Not found. ID is invalid