Get Linked Record Sets

Get the record sets linked to a Bibliographic Record.

GET /api/.../bibliographicrecords/{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 Bibliographic Record ID

Response Information

Example
application/json, text/json
[
  {
    "RecordSetID": 36486,
    "Name": "All bibs 1234567890123456789012345678901234567890123456789012345678901234567890",
    "ObjectTypeID": 2,
    "ObjectTypeDescription": "Bibliographic Record",
    "OwnerName": "RD-Saturn 5.2 Development System",
    "CreationDate": "2016-03-30T14:21:42.873-04:00",
    "Note": null,
    "NumberOfRecords": 879943
  },
  {
    "RecordSetID": 14498,
    "Name": "size test_20091023132525",
    "ObjectTypeID": 2,
    "ObjectTypeDescription": "Bibliographic Record",
    "OwnerName": "joanne.zukowski",
    "CreationDate": "2009-10-23T13:26:17.85-04:00",
    "Note": null,
    "NumberOfRecords": 299322
  }
]

HTTP Response Codes

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