Vehicle API
A question of type vehicle_api allows the user to select a vehicle from a list of vehicles.
The list of vehicles is fetched from FleetControl and the local database.
{
"id": 0,
"required": true,
"type": "vehicle_api",
"key": "vehicle_api",
"label": "vehicle_api",
"description": null,
"answers": [
{
"id": 0,
"nextQuestionId": 1,
"options": {
"saveId": false
}
}
]
}
Answer Options
This chapter describes the option possibilities for an answer.
Name | Type | Description | Required | Default |
|---|---|---|---|---|
saveId | bool | If set to true, the internal database ID of the entity is saved | false | false |
defaultValue | string | The default value | false | If |
Examples
Last modified: 04 June 2025
