Get Bibliographic Record ORS Patrons

Get Outreach Services (ORS) patrons linked to the bibliographic record.

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

Get the list of ORS patrons that have checked out an item attached to the Bibliographic Record. This returns summary information for each patron.

Request Information

Parameters
Name Type Required Description
id Integer Yes Bibliographic Record ID

Response Information

Example
application/json, text/json
[
  {
    "PatronID": 358255,
    "PatronName": "Jetson, Astro \"Fido\" Jr.",
    "PatronBranch": "Amsterdam Free Library",
    "Rating": null,
    "CheckOutDate": "2019-08-26T11:54:34.147-04:00",
    "RecordStatusID": 1
  },
  {
    "PatronID": 358255,
    "PatronName": "Jetson, Astro \"Fido\" Jr.",
    "PatronBranch": "Amsterdam Free Library",
    "Rating": null,
    "CheckOutDate": "2019-08-26T11:12:18.367-04:00",
    "RecordStatusID": 1
  },
  {
    "PatronID": 358255,
    "PatronName": "Jetson, Astro \"Fido\" Jr.",
    "PatronBranch": "Amsterdam Free Library",
    "Rating": null,
    "CheckOutDate": "2019-03-14T16:28:01.353-04:00",
    "RecordStatusID": 1
  }
]

Required Permissions

Permission IDs found here.

   OutreachLinkFromBib_Allow

HTTP Response Codes

Code Description
200 OK. Success
404 id is invalid