Returns a list of e-invoices. You can filter by id, reference id, updated at, invoice id, or credit note id.
Sample Request
Sample Result[JSON]
URL Format
Input Parameters
optional, string filter
Sorts based on the specified attribute. Supported attributes : updated_at
Supported sort-orders : asc, desc
Example → sort_by[desc] = "updated_at"
This will sort the result based on the 'updated_at' attribute in descending (latest first) order.
When omitted, the list defaults to updated_at descending (with id as tiebreaker).
Filter Params
optional, timestamp(UTC) in seconds filter
Filter e-invoices based on updated_at. Useful for downstream delta sync.
It is advisable when using this filter, to pass the sort_by
input parameter as updated_at
for a faster response.
Supported operators :
after, before, on, between
Example → updated_at[after] = "1243545465"
1243545465Returns
This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter offset.
Resource object representing einvoice