Patron Holds

GET /api/.../patrons/{id}/holds

Returns Patron Holds.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the patron.
pageRequest DtoPageRequest No Page Request Object
DtoPageRequest
Name Type Required Description
FilterBy String No Filter the data
Limit Integer No Page Limit
Offset Integer No Page Offset
OrderBy String No Order the data
PitID Integer No

Response Information

Example
application/json, text/json
    {
  "PitID": 27,
  "TotalCount": 1,
  "Offset": 0,
  "SysHoldRequests": [
    {
      "SysHoldRequestID": 720015,
      "Barcode": null,
      "CreationDate": "2007-10-16T15:50:54.027+02:00",
      "ExpirationDate": "2008-04-13T23:59:00+02:00",
      "LastStatusTransactionDate": "2018-04-04T08:24:07.373+02:00",
      "HoldTilDate": "0001-01-01T00:00:00+01:00",
      "PickupLocationName": "Burnt Hills - Town of Ballston Community Library",
      "PickupLocationCode": "BUR",
      "SysHoldStatusID": 5,
      "BibliographicRecordID": 796458,
      "Title": "The zookeeper's wife : a war story",
      "NativeTitle": null,
      "VolumeName": null,
      "Author": "Ackerman, Diane, 1948-",
      "IssueAuthor": null,
      "ISBNs": [
        "9780393061727",
        "9780393333060"
      ],
      "QueueNumber": 0
    }
  ]
}

HTTP Response Codes

Code Description
200 OK. Success