List Custodial Line Items

GET {{baseUrl}}/custodial_line_items

Request Params

KeyDatatypeRequiredDescription
customer_uidstringFilter by Customer. Multiple values are allowed, e.g. customer_uid[]=uKxmLxUEiSj5h4M3&customer_uid[]=y9reyPMNEWuuYSC1.
custodial_account_uidstring
statusstringFilter by status. Multiple values are allowed, e.g. status[]=pending&status[]=settled.
us_dollar_amount_maxstringReturn any records having a us_dollar_amount at or below us_dollar_amount_max.
us_dollar_amount_minstringReturn any records having a us_dollar_amount at or above us_dollar_amount_min.
transaction_event_uidstringFilter by Transaction Event. Multiple values are allowed, e.g. transaction_event_uid[]=MB2yqBrm3c4bUbou&transaction_event_uid[]=N5tuy12zZzB9bftb.
transaction_uidstringFilter by Transaction. Multiple values are allowed, e.g. transaction_uid[]=SMwKC1osz77DTEiu&transaction_uid[]=f1UDvUVNnXTKtgxu.
limitnumberMaximum number of items to retrieve. This filter is automatically applied with the default value if not given.
offsetnumberIndex of the items to start retrieving from
sortstring

HEADERS

KeyDatatypeRequiredDescription
Acceptstring