API query and paginate

Hi there,

How can I make a query to the API to get the sales invoices for last month for example?

Is there any way to get the total records of a table?

Thanks!

Unfortunately, you’ll need to process every single record individually and then determine if it matches your criteria that way (e.g. invoice date last month).

The API does not currently support the ability to search for records based on the value of a field. Only by it’s UUID.