Brief Bibliographic Record

Get brief information for Bibliographic Record by ID

GET /api/.../bibliographicrecords/{id}?view=scsbrief

Returns brief information of bibliographic record by id.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the bib record.
view string Yes Define this parameter in the request query string to get the brief information of the bib. Possible Values: scsbrief

Response Information

Example
application/json, text/json
    {
      "BibliographicRecordID": 9,
      "RecordStatusID": 1,
      "BrowseAuthor": "Burt, William Henry, 1903-",
      "BrowseTitle": "A field guide to the mammals : North America north of Mexico",
      "Publisher": "Houghton Mifflin,",
      "PubDate": "1976",
      "DisplayInPAC": true,
      "HostFlag": false,
      "ConstituentFlag": false,
      "IsSerial": false,
      "ISBN": "0395240824.",
      "ISSN": null,
      "ISSNCancel": null,
      "NormalISBN": null,
      "ISBNList": [],
      "SeriesTitle": "Peterson field guide series ;",
      "SeriesNo": "5."
    }

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE. Bad request