Hold Request Bibliographic Data

Returns the Hold Request's bibliographic fields

GET /api/.../bibliographicrecords/{id}/holdsfields?searchType=1

Returns the bibliographic related fields for a given bibliographic record associated with a hold request.

Permissions

none

Request Information

Parameters
Name Type Required Description
{id} Integer Yes ID of bibliographic record
searchType String No Define this parameter in the request query string. Possible value is 1. If searchType 1 is for Bibliographic record and 2 is for Item record for bib data retrival.

Response Information

Field descriptions

An empty Hold Request record is returned with the following bibliographic related fields populated. *This call only loads the Bibliographic fields.
Example
application/json, text/json
{
    Author: 'KISSINGER HENRY 04(1923)99',
    Title: 'AMERICAN FOREIGN POLICY',
    BrowseAuthor: 'Kissinger, Henry, 1923-',
    BrowseTitle: 'American foreign policy',
    BrowseTitleNonFilingCount: 0,
    BibliographicRecordID: 12345,
    MARCTOMID: 1,
    Publisher: 'Norton',
    PublicationYear: 1977,
    Edition: '3d ed.',
    ISBN: '0393056341',
    ISSN: null,
    LCCN: '77151754',
    CallNumber: null,
    Pages: null,
    VolumeNumber: null,
    Designation: null,
    CopyNo: 0,
    Series: null
}