Anne_H Posted February 2 Posted February 2 Hi, Is it possible to filter the results of a list request? e.g. get /receipts (get a list of receipts) and filter by date range We want to utilise the API with Power BI for the reporting of sales, and without a filter, it fetches the entire list of receipts each time, resulting in long refresh times
Yasuaki Posted February 4 Posted February 4 Hello @Anne_H Yes, you can filter receipts by utilizing the "created_at_min" and the "created_at_max" parameters in the request.
Recommended Posts