GET
/
v1
/
c
/
invoice

Authorizations

wb-key
string
headerrequired

Query Parameters

customer
string

Unique identifier of an object. Consists of object class prefix and a UUID

date_before
string | null
date_after
string | null
limit
integer
offset
string | null
direction
enum<string>

Pagination direction:

  • Forward - from first entry to last
  • Backward - from last entry to first
Available options:
forward,
backward

Response

200 - application/json
backward
string

Index of the previous page in the result set

current_page
integer
required

Number of the current page

first
string

Index of the first element in the result set

forward
string

Index of the next page in the result set

hits
object[]
required
last
string

Index of the last element in the result set

total
integer
required

Total number of results

total_pages
integer
required

Number of pages in the result