GET
/
v1
/
c
/
invoice

Authorizations

wb-key
string
header
required

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
Required range: x > 0
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

A paginated result of the requested resource This is based on Keyset Pagination https://vladmihalcea.com/sql-seek-keyset-pagination/

current_page
integer
required

Number of the current page

hits
object[]
required
total
integer
required

Total number of results

total_pages
integer
required

Number of pages in the result

backward
string

Index of the previous page in the result set

first
string

Index of the first element in the result set

forward
string

Index of the next page in the result set

last
string

Index of the last element in the result set