© 2025 Clarivate
GET /api/.../patrons/{id}/itemsout?ilsTransactionSubTypeCode={ilsTransactionSubTypeCode}
Return a list of items checked out to a patron.
| Name | Type | Required | Description | 
|---|---|---|---|
| id | Integer | Yes | The unique id assigned to the patron. | 
| ilsTransactionSubTypeCode | Integer | Yes | For normal processing, set this value to: 
 
 | 
[
  {
    "ItemRecordID": 1,
    "Barcode": "sample string 2",
    "BrowseTitle": "sample string 3",
    "BrowseTitleNonFilingCount": 0,
    "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": ""
  },
  {
    "ItemRecordID": 1,
    "Barcode": "sample string 2",
    "BrowseTitle": "sample string 3",
    "BrowseTitleNonFilingCount": 0,
    "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": "",
    "ISSN": "",
    "OCLCNumber": "AMI-2128",
    "UPCNumber": ""
  },
  {
    "ItemRecordID": 1,
    "Barcode": "sample string 2",
    "BrowseTitle": "sample string 3",
    "BrowseTitleNonFilingCount": 0,
    "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": "",
    "ISSN": "",
    "OCLCNumber": "",
    "UPCNumber": ""
  }
]
| Code | Description | 
|---|---|
| 200 | OK. Success |