Skip to main content
API

Provides statistics info about Charging Transactions

x-ms-visibility: "important"

Use this to search info about transactions. Search criteria for start time or stop time is mandatory.

Request Body
    startTime date-time

    The oldest transaction start time to fetch

    startTimeSearchEnd date-time

    The newest transaction start time to fetch

    stopTimeSearchBegin date-time

    The oldest transaction end time to fetch

    stopTime date-time

    The newest transaction end time to fetch

    chargerIDs string[]
    userIDs string[]
    groupIDs string[]
    rfidTags string[]
Responses

Returns all transaction data that matches the search parameters


Schema
    results object[]
  • Array [
  • startTimeUTC date-time
    endTimeUTC date-time
    chargerId string
    socketId int32
    rfidTag string
    userId int64
    userName string
    groupId int64
    groupName string
    driverGroupId int64 nullable
    driverGroupName string
    consumptionWH int32
    consumptionKWH double
    transactionLengthMinutes double
    transactionId int64
    powerCostPerUnit double nullable
    currency string
    vatPercent double nullable
    totalCostInclVat double nullable
    totalCostExclVat double nullable
    totalVatAmount double nullable
    evseTransactionId string
    operationTimestamp date-time nullable
  • ]
Loading...