Skip to main content
GET
List available invoices

Authorizations

Authorization
string
header
required

OpenApi Key created within Altera.app for a certain company

Query Parameters

documentsPerPage
enum<string>
default:20

Defines the amount of invoices polled per page

Available options:
10,
20,
50,
100
pageNumber
string

Defines the page we want to poll

sortBy
enum<string>
Available options:
INVOICE_NUMBER,
ISSUE_DATE,
SALE_DATE,
DUE_DATE,
AMOUNT_GROSS,
CONTRACTOR_NAME
Example:

"ISSUE_DATE"

order
enum<string>
Available options:
ASC,
DESC
Example:

"DESC"

searchPhrase
string

Freetext search over concatenated fields InvoiceNumber, ContractorName, ContractorTIN and ContractorCity

contractorName
string
invoiceType
array
Example:

"INTERIM,INTERIM_FINAL"

paymentStatus
enum<string>
Available options:
PAID,
UNPAID,
OVERDUE
Example:

"OVERDUE"

Response

200 - application/json

OK

result
string
default:OK
Example:

"OK"

data
object