Skip to main content
GET
List invoice events

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

take
number | null
default:50
Required range: 0 <= x <= 100
skip
number | null
default:0
Required range: x >= 0
order
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc
Example:

"desc"

sort
enum<string>

Field used to sort the results.

Available options:
timestamp
product_id
string
product_id__not
string
product_id__isNull
string
product_id__isNotNull
string
product_id__equals
string
product_id__contains
string
product_id__startsWith
string
product_id__endWith
string
event_type
string
event_type__not
string
event_type__isNull
string
event_type__isNotNull
string
event_type__equals
string
event_type__contains
string
event_type__startsWith
string
event_type__endWith
string
timestamp
string<date-time>
timestamp__not
string<date-time>
timestamp__isNull
string<date-time>
timestamp__isNotNull
string<date-time>
timestamp__equals
string<date-time>
timestamp__lt
string<date-time>
timestamp__lte
string<date-time>
timestamp__gt
string<date-time>
timestamp__gte
string<date-time>

Response

meta
object
required
data
object[]
required

List of InvoiceEvent.