Dokumenty - Faktury

Pobierz listę faktur

Zwraca listę faktur

get/invoices

Query parameters

offsetinteger

Offset

limitinteger

Limit

order_idstring

Numer zamówienia

date_fromstring

Data wystawienia od

date_tostring

Data wystawienia do

sortstring

Sortowanie (asc/desc), domyślnie desc

series_idinteger

Identyfikator serii

Response

Sukces

datestring

Data wystawienia faktury

idinteger

Identyfikator faktury

numberstring

Numer faktury

Example response

[
  {
    "date": "2026-07-20",
    "id": 2,
    "number": "FV/1/1"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.