Invoice
Get invoices
GET
/
invoices
Authorizations
Authorization
string
headerrequiredValue for the Authorization header parameter.
Query Parameters
page
integer
default: 1The collection page number
limit
integer
default: 30The number of items per page
Required range:
0 < x < 100
customer.customerNumber
string
status
string
status[]
string[]
type
string
type[]
string[]
customer
string
customer[]
string[]
search
string
order[dueDate]
enum<string>
Available options:
asc
, desc
order[finalizationDate]
enum<string>
Available options:
asc
, desc
order[number]
enum<string>
Available options:
asc
, desc
order[creationDate]
enum<string>
Available options:
asc
, desc
dueDate[before]
string
dueDate[strictly_before]
string
dueDate[after]
string
dueDate[strictly_after]
string
finalizationDate[before]
string
finalizationDate[strictly_before]
string
finalizationDate[after]
string
finalizationDate[strictly_after]
string
isUnpaid
string
includeApprovals
string
subscription
string
Response
200 - application/json
data
object[]
meta
object
Was this page helpful?