Commands API
Retrieve a Command
Retrieves a specific Command by its id and returns that Command.
GET
Authorizations
Access Token Authentication
Path Parameters
The id of the Entity
The id of the Command
Response
200 - application/json
OK
A command.
The id of the command.
Represents the different states of a command.
Available options:
Canceled
, Failed
, Pending
, Sent
, Succeeded
, Triggered
The trigger time of command.
Represents the available command types
Available options:
Disconnect
, LimitFeedIn
, StartCharging
, StopCharging
The value for the issued command.
Represents an error that occurred when command is validated or sent.
Was this page helpful?