Get invoices
Required scopes:
- partner.invoice.read
OData supported operators:
- logical operators: Or, And, Equal, GreaterThan, GreaterThanOrEqual, LessThan, LessThanOrEqual
- arithmetic operators: None
- functions: None
OData filtering syntax can be seen here. Ordering syntax can be seen here.
Query Parameters |
---|
$filter stringFilter the results using OData syntax. Supported properties: invoiceId, created, currency, state, issuerId, receiverId, payerId, correlationId |
$orderby stringOrder the results using OData syntax. Supported properties: created |
$skip numberSkip the specified number of entries |
$top numberGet the top X number of records. Default value: 50. Max value: 100 |
Responses | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 Success
|