Get a list of transactions
Returns a list of Transactions. It is possible to set query parameters to filter the results.
Authorizations
Authorization: Bearer <SPIRII_API_KEY>
Query Parameters
Cursor to be used to request the next page.
"2000-01-01T00:00:00.000Z-123456"
Cursor to be used to request the previous page.
"2000-01-01T00:00:00.000Z-123456"
Limit returned amount of transactions.
1 <= x <= 2500Filter by a location ID.
Filter by a location type.
PublicRoad, Residential, ParkingLot, ParkingLotIndoor, ParkingLotUnderground, Hotel Filter by a transaction type.
roamingEmp, roamingCpo, roaming, nonRoaming Filter by an IdTag unique ID.
Filter by an app user ID.
Filter by voucher ID.
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.
"2000-12-01T00:00:00.000Z"
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.
"2000-12-01T00:00:00.000Z"
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.
"2000-12-01T00:00:00.000Z"
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.
"2000-12-01T00:00:00.000Z"
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
"2000-12-01T00:00:00.000Z"
Filter by an EVSE ID.
Filter by an Charge Box ID.
When set, returned transactions will be sorted by one of the available property, descending.
createdAt, startedAt, updatedAt, endedAt 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.
Retrieve only priority/non-priority transactions
0, 1