Returns a list of invoice details
all of these parameters are optional
JSON-encoded list of fields you want returned along with the default 'id' field. Accepted fields are 'num', 'cdate', 'customer_id', 'customer_type', 'last_edited', 'status'
If set, this filters the invoices to those that with statuses -1=Draft, 0=Quoted, 1=Invoiced
Integer. Only invoices with this status will be returned
customer_type, customer_id
Integers. If both of hese are set, then invoices with the specified customer type and ID will be returned
Integer. Invoices created in the last $days_from days will be returned
Integer. Invoices created up to %days_to days from now will be returned
last_edited_from
Integer timestamp. Invoices edited from this time on will be returned
Integer timestamp. Invoices edited up to this time will be returned. NOTE: if using this for synchronising purposes, it is best to use a timestamp a few seconds into the past, to make sure you don't miss any updates that happen in the very second you make your request.
JSON-encoded list of IDs to return