Get Linked Serial Holdings Records

Get list of linked Serial Holdings Records by Bibliographic Record ID

GET /api/.../bibliographicrecords/{id}/linkedserialholdings

Returns a bibliographic record's linked serial holdings records.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the bibliographic record.

Response Information

Example
application/json, text/json
[
  {
    "CopyID": 123,
    "CopyNumber": "copy123",
    "Destination": "dest",
    "Collection": "col",
    "DestinationORgID": 90,
    "DestinationCollectionID": 2,
    "Status": "Closed",
    "StatusID": 2,
    "Designation": "designation",
    "BrowseTitle": "title",
    "ISSNString": "issn",
    "OrderType": "orderType",
    "MaterialType": "materialType",
    "Frequency": "frequency",
    "TitleNonFilingCount":0
  },
   {
"CopyID": 423,
    "CopyNumber": "copy423",
    "Destination": "dest",
    "Collection": "col",
    "DestinationORgID": 90,
    "DestinationCollectionID": 3,
    "Status": "Closed",
    "StatusID": 2,
    "Designation": "designation",
    "BrowseTitle": "title",
    "ISSNString": "issn",
    "OrderType": "orderType",
    "MaterialType": "materialType",
    "Frequency": "frequency",
    "TitleNonFilingCount":0
  }
]

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE.
  • Bad request
  • Invalid Bibliographic Record ID