Get Bibliographic Record Resource Entities

Get the Bib Record's Resource Entities

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

Get the list of resources attached to a Bibliographic Record. This returns summary information for each resource.

Request Information

Parameters
Name Type Required Description
id Integer Yes Bibliographic Record ID

Response Information

Example
application/json, text/json
[
    {
        "BibliographicRecordID":952891,
        "ResourceEntityID":34088,"VendorAccountID":73,
        "VendorObjectIdentifier":"08F7D7E6-423F-45A6-9A1E-5AE9122C82E7",
        "URL":null,"LinkText":"Click for more information",
        "CoverImageURL":"http://images.contentreserve.com/ImageType-200/0111-1/{08F7D7E6-423F-45A6-9A1E-5AE9122C82E7}Img200.jpg",
        "PublicNote":null,
        "NonPublicNote":null,
        "TagNumber":856,
        "IndicatorOne":"4",
        "IndicatorTwo":"0",
        "ResourceGroupID":16,
        "VendorAccountName":"Overdrive 1",
        "ResourceGroupName":"Overdrive Polish",
        "ResourceTagData":"856 40 ‡3Click for more information‡uhttp://integration.api.overdrive.com/v1/collections/v1L1BBQ0AAA2_/products/08f7d7e6-423f-45a6-9a1e-5ae9122c82e7‡x4425",
        "VendorAccountActive":true,
        "CreatorID":1,
        "Creator":"PolarisExec",
        "CreationDate":"2014-02-26T15:24:17.59-05:00",
        "ModifierID":0,
        "Modifier":null,"ModificationDate":null
    },
    {   
        "BibliographicRecordID":952891,
        "ResourceEntityID":45515,
        "VendorAccountID":88,
        "VendorObjectIdentifier":"08F7D7E6-423F-45A6-9A1E-5AE9122C82E7",
        "URL":null,"LinkText":"Click for more information",
        "CoverImageURL":"http://images.contentreserve.com/ImageType-200/0111-1/{08F7D7E6-423F-45A6-9A1E-5AE9122C82E7}Img200.jpg",
        "PublicNote":null,
        "NonPublicNote":null,
        "TagNumber":856,
        "IndicatorOne":"4",
        "IndicatorTwo":"0",
        "ResourceGroupID":42,
        "VendorAccountName":"Baltimore County Public Library",
        "ResourceGroupName":"OverDrive",
        "ResourceTagData":"856 40 ‡3Click for more information‡uhttp://api.overdrive.com/v1/collections/v1L1BaQAAAA29/products/08f7d7e6-423f-45a6-9a1e-5ae9122c82e7‡x831",
        "VendorAccountActive":true,
        "CreatorID":1,
        "Creator":"PolarisExec",
        "CreationDate":"2014-03-07T09:12:26.813-05:00",
        "ModifierID":0,"Modifier":null,
        "ModificationDate":null
    },
    {
        "BibliographicRecordID":952891,
        "ResourceEntityID":50227,
        "VendorAccountID":89,
        "VendorObjectIdentifier":"08F7D7E6-423F-45A6-9A1E-5AE9122C82E7",
        "URL":null,
        "LinkText":"Click for more information",
        "CoverImageURL":"http://images.contentreserve.com/ImageType-200/0111-1/{08F7D7E6-423F-45A6-9A1E-5AE9122C82E7}Img200.jpg",
        "PublicNote":null,
        "NonPublicNote":null,
        "TagNumber":856,
        "IndicatorOne":"4",
        "IndicatorTwo":"0",
        "ResourceGroupID":44,
        "VendorAccountName":"Overdrive LEAD",
        "ResourceGroupName":"Overdrive Ten",
        "ResourceTagData":"856 40 ‡3Click for more information‡uhttp://integration.api.overdrive.com/v1/collections/v1L2BBQ0AAMAQAAA15/products/08f7d7e6-423f-45a6-9a1e-5ae9122c82e7‡x4425",
        "VendorAccountActive":false,
        "CreatorID":1,
        "Creator":"PolarisExec",
        "CreationDate":"2014-03-26T00:09:36.003-04:00",
        "ModifierID":0,"Modifier":null,
        "ModificationDate":null
    }
]

HTTP Response Codes

Code Description
200 OK. Success
404 id is invalid