Invoices
GET paginated invoice items
Access pages of invoice items.
get/v1/invoices/{invoiceUuid}/items
Path parameters
invoiceUuidstring uuid required
Query parameters
limitinteger
Number of items in a page
pageNumberinteger
Number of the page
sortBy'uuid' | 'transactionTime' | 'quantity' | 'net' | 'gross' | 'vatPercentage'
Sorting key
reverseboolean
Sorting order
Response
Successful operation.
Changes
No recorded changes to this endpoint across all 1 revision of this API.