Skip to main content
GET
List Custom Reports

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Query Parameters

data_type
string

Filter by report type(s), comma-separated: transaction, invoice, financial_statement. Only transaction reports can be executed via the custom report data endpoint; invoice reports use the invoice report data endpoint.

limit
integer

Number of results to return per page.

offset
integer

The initial index from which to return the results.

Response

200 - application/json
count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=400&limit=100"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=200&limit=100"