Examples

List invoices

Retrieve invoices list according to the specified filters

get/examples

Query parameters

fromstring iso8601

Start date of the examples to retrieve. If not specified, the default value is the first day of the current month

tostring iso8601

End date of the invoices to retrieve. If not specified, the default value is the current date

status'draft' | 'sent' | 'paid' | 'overdue' | 'canceled'

Invoice status

pageinteger

Page number

sizeinteger

Page size

Response

Examples retrieved

pageinteger

Current page number

pageSizeinteger

Number of items per page

totalinteger

Total number of items

Changes