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
| Name | In | Type | Description |
|---|---|---|---|
| charging_station_id* | path | string<uuid> | ChargingStation id |
| page | query | integer<int32> | 1-indexed page number. Defaults to 1. |
| per_page | query | integer<int32> | Commands per page, capped at 100. Defaults to 20. |
Responses
| Status | Body | Description |
|---|---|---|
| 200 | ListChargerCommandsResponse | A page of the charging_station's command history, most recently issued first |
| 401 | ErrorBody | Missing, invalid, or expired bearer token |
| 403 | ErrorBody | The caller is a member of the charging_station's organization but below the required role |
| 404 | ErrorBody | No charging_station with this id exists, or the caller cannot access its environment |