Anne_H Posted Sunday at 11:55 PM Posted Sunday at 11:55 PM 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 Tuesday at 11:23 AM Posted Tuesday at 11:23 AM 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