Item Circulation Brief Information

Item Circulation Brief Information

GET /api/.../itemrecords/{id}?view=circview&patronid={patronid}

Return an item that is out to, claimed by or declared lost by a patron.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the item record.
patronid Integer No The unique id assigned to the patron.
view string Yes Define this parameter in the request query string to get the details of the item. Possible Values: circview

Response Information

Example
application/json, text/json
[
  {
    "ItemRecordID": 1,
    "Barcode": "sample string 2",
    "BrowseTitle": "sample string 3",
    "BrowseAuthor": "sample string 4",
    "DueDate": "2013-02-28T17:11:53.8205252-05:00",
    "CallNumber": "sample string 6",
    "MaterialType": "sample string 7",
    "RenewalsLeft": "sample string 8",
    "AssignedBranch": "sample string 9",
    "AssignedBranchID": 10,
    "FormatID": 11,
    "Renewals": 12,
    "RenewalLimit": 13,
    "BillingNoticeSent": true,
    "ReplCostTxnID": 15,
    "ProcChargeTxnID": 16,
    "OVDChargeTxnID": 17,
    "BibliographicRecordID": 18,
    "DisplayInPAC": true,
    "CanItemBeRenewed": true,
    "IsChargeForCheckout": true,
    "ItemRenewalErrorCode": 22,
    "LoanUnits": 23,
    "ElectronicItem": true,
    "VendorAccountID": 1,
    "VendorObjectIdentifier": "sample string 25",
    "VendorID": 1,
    "ISBN": "9780470174692",
    "ISSN": "",
    "OCLCNumber": "",
    "UPCNumber": ""
  }
]

HTTP Response Codes

Code Description
200 OK. Success
404 Record not found. Error