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 int32Skip the specified number of entries |
$top int32Possible values: value ≤ 100 Get the top X number of records. Max value: 100 |
Responses | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 OK
|