Skip to main content
GET
Search invoices

Query Parameters

query
string

Search query string used to filter results. This field supports specific syntax for filtering across multiple fields.

sort
string

Optional sorting criteria for the results. Format is typically 'field:direction' (e.g., 'created:desc').

page
integer<int64>

The page number to retrieve when using offset-based pagination. Ignored if 'searchAfter' is provided.

searchAfter
string

Used for cursor-based pagination. Pass the 'sort' key value from the last item of the previous page to retrieve the next set of results efficiently. Overrides 'page'.

pageSize
integer<int64>

The maximum number of items to return per page. Used for both offset and cursor-based pagination.

Response

200 - application/json

successful operation

id
integer<int64>
sellerId
integer<int64>
sellerName
string
warehouseId
integer<int64>
warehouseName
string
invoiceNumber
string
invoiceDate
string<date-time>
dueDate
string<date-time>
postingDate
string<date-time>
created
string<date-time>
amount
number
remainingAmount
number
currency
string
invoiceType
enum<string>
Available options:
INV,
CRN
status
string
reference
string
invoiceReference
string
referenceType
enum<string>
Available options:
INVOICE
invoicePeriodFrom
string<date-time>
invoicePeriodTo
string<date-time>
totalAmountInclVat
number
sort
object

The