List Custodial Line Items
GET {{baseUrl}}/custodial_line_items
Request Params
| Key | Datatype | Required | Description | 
|---|
customer_uid | string |  | Filter by Customer. Multiple values are allowed, e.g. customer_uid[]=uKxmLxUEiSj5h4M3&customer_uid[]=y9reyPMNEWuuYSC1. | 
 |  |  |  | 
custodial_account_uid | string |  |  | 
status | string |  | Filter by status. Multiple values are allowed, e.g. status[]=pending&status[]=settled. | 
 |  |  |  | 
us_dollar_amount_max | string |  | Return any records having a us_dollar_amount at or below us_dollar_amount_max. | 
 |  |  |  | 
us_dollar_amount_min | string |  | Return any records having a us_dollar_amount at or above us_dollar_amount_min. | 
 |  |  |  | 
transaction_event_uid | string |  | Filter by Transaction Event. Multiple values are allowed, e.g. transaction_event_uid[]=MB2yqBrm3c4bUbou&transaction_event_uid[]=N5tuy12zZzB9bftb. | 
 |  |  |  | 
transaction_uid | string |  | Filter by Transaction. Multiple values are allowed, e.g. transaction_uid[]=SMwKC1osz77DTEiu&transaction_uid[]=f1UDvUVNnXTKtgxu. | 
 |  |  |  | 
limit | number |  | Maximum number of items to retrieve. This filter is automatically applied with the default value if not given. | 
 |  |  |  | 
offset | number |  | Index of the items to start retrieving from | 
sort | string |  |  | 
 
| Key | Datatype | Required | Description | 
|---|
Accept | string |  |  |