Skip to main content

Get charger meter values

x-ms-visibility: "important"

Retrieve a paginated list of meter values for the specified charger.

Path Parameters
    chargerId string required

    ID of the charger whose meter values are to be retrieved.

Query Parameters
    page int32

    Page number to fetch. Default: 1.

    limit int32

    Number of records per page. Max value: 100. Default: 100.

    sortKey string

    Field to be used for sorting. Default: timestamp

    sortDescending boolean

    Set to 'true' to sort descending based on sort key. Default: 'false'

    from date-time

    Start date and time for the meter values. Default: 7 days ago.

    to date-time

    End date and time for the meter values. Default: now.

    measureType string

    Type of measurement to filter the meter values.

    measurePoint string

    Measurement point to filter the meter values.

    unit string

    Unit of measurement for the meter values.

    socketId int64

    ID of the socket to filter the meter values.

    Phase string

    Phase of the charger.

    transactionId int64

    ID of the transaction to filter the meter values.

    evseTransactionId string

    ID of the EVSE transaction to filter the meter values.

Responses

Paginated list of meter values for the specified charger.


Schema
    page int32
    limit int32
    totalRecords int32
    hasNextPage boolean
    hasPreviousPage boolean
    items object[]
  • Array [
  • timestamp date-time
    deviceTimestamp date-time
    socketId int64 nullable
    phase string
    unit string
    value string
    measureType string
    measurePoint string
    transactionId int64 nullable
    evseTransactionId string
  • ]
Loading...