© 2024 Clarivate
GET /api/.../bibliographicrecords/{id}?view=scsbrief
Returns brief information of bibliographic record by id.
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 |
{
"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."
}
Code | Description |
---|---|
200 | OK. Success |
400 | FAILURE. Bad request |