Vehicle for user
Vehicle commands
Returns pending commands for vehicle
GET
Authorizations
API key used for authorization and authentication.
Response
200
application/json
The timestamp when command is created.
The ID of the command.
The state of the command.
PENDING
- Command is waiting to be executed.FAILED
- Execution of command has failed.EXECUTED
- Command has been executed successfully.
Available options:
PENDING
, EXECUTED
, FAILED
The ID of the user.
The ID of the vehicle.