List Custodial Line ItemsCopy Pageget https://sandbox.newline53.com/api/v1/custodial_line_itemsRetrieves a list of Custodial Line Items. These represent individual debits and credits associated with Custodial Accounts as part of a Transaction Event.Query Paramscustomer_uidstringFilter by Customer. Multiple values are allowed, e.g. customer_uid[]=uKxmLxUEiSj5h4M3&customer_uid[]=y9reyPMNEWuuYSC1.custodial_account_uidstringFilter by Custodial Account. Multiple values are allowed, e.g. custodial_account_uid[]=dmRtw1xkS9ghrntB&custodial_account_uid[]=W55zKgvAk3zkpGM3.statusstringenumFilter by status. Multiple values are allowed, e.g. status[]=pending&status[]=settled.settledvoidedAllowed:settledvoidedus_dollar_amount_maxnumberReturn any records having a us_dollar_amount at or below us_dollar_amount_max.us_dollar_amount_minnumberReturn 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.limitintegerDefaults to 100Maximum number of items to retrieve. This filter is automatically applied with the default value if not given.offsetintegerDefaults to 0Index of the items to start retrieving fromsortstringenumcreated_at_asccreated_at_descdescription_ascdescription_descsettled_index_ascsettled_index_descus_dollar_amount_ascus_dollar_amount_descShow 8 enum valuesHeadersx-trace-idstringrequiredA unique identifier provided for each request. Duplicate values submitted in requests within 7 days of each other will cause the request to be rejected.Response 200A list of Custodial Line Items is returnedUpdated 28 days ago