GET
/
v1.0.0
/
vehicles
/
{vehicleId}
/
commands

Authorizations

X-API-KEY
string
header
required

ApiKey used for authorization and authentication

Path Parameters

vehicleId
string
required

Vehicle ID

Response

200 - application/json
createdAt
string
required

The timestamp when command is created.

deviceId
string
required

The ID of the vehicle.

id
string
required

The ID of the command.

state
enum<string>
required

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
userId
string
required

The ID of the user.