HomeGuidesAPI ReferenceChangelog
Log In
API Reference

Get a list of transactions

Returns a list of Transactions. It is possible to set query parameters to filter the results.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Cursor to be used to request the next page.

string

Cursor to be used to request the previous page.

integer
1 to 2500
Defaults to 500

Limit returned amount of transactions.

integer

Filter by a location ID.

string
enum

Filter by a location type.

Allowed:
string
enum

Filter by a transaction type.

Allowed:
string

Filter by an IdTag unique ID.

integer

Filter by an app user ID.

integer

Filter by voucher ID.

date-time

Filter transactions started from the specified timestamp. When this filter is applied, results are sorted by startedAt in ascending order by default, unless another sortBy parameter is provided.

date-time

Filter transactions updated from the specified timestamp. When this filter is applied, results are sorted by updatedAt in ascending order by default, unless another sortBy parameter is provided.

date-time

Filter transactions up to the specified updated time. When this filter is applied, results are sorted in ascending order by updatedAt by default, unless another sortBy parameter is specified.

date-time

Filter transactions ended from the specified timestamp. When this filter is applied, results are sorted by endedAt in ascending order by default, unless another sortBy parameter is provided.

date-time

Filter transactions up to the specified end time. When this filter is applied, results are sorted in ascending order by endedAtMax by default, unless another sortBy parameter is specified

string

Filter by an EVSE ID.

integer

Filter by an Charge Box ID.

string
enum
Defaults to createdAt

When set, returned transactions will be sorted by one of the available property, descending.

Allowed:
boolean
Defaults to false

Filter transactions that are still ongoing. A transaction is considered ongoing if it remains incomplete, such as when the electric vehicle is still charging or the cable is still connected.

number
enum

Retrieve only priority/non-priority transactions

Allowed:
Responses

400

Bad Request provided. A message will describe the issue.

403

Authorization Spirii API Key invalid or not provided.

502

Bad Gateway response.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json