Flowion Docs

Command History

Audit trail of every command issued to a charging station and how it answered — the only record of a DataTransfer payload this CSMS cannot interpret on its own.

1 endpoint

Lists a charging_station's command history, paginated, most recently issued first.

get/v1/charging-stations/{charging_station_id}/commandsRequires a bearer token

Parameters

NameInTypeDescription
charging_station_id*pathstring<uuid>ChargingStation id
pagequeryinteger<int32>1-indexed page number. Defaults to 1.
per_pagequeryinteger<int32>Commands per page, capped at 100. Defaults to 20.

Responses

StatusBodyDescription
200ListChargerCommandsResponseA page of the charging_station's command history, most recently issued first
401ErrorBodyMissing, invalid, or expired bearer token
403ErrorBodyThe caller is a member of the charging_station's organization but below the required role
404ErrorBodyNo charging_station with this id exists, or the caller cannot access its environment