Trip Interface Description 1.2.2 Help

Website

A question of type website allows the user to open a website from the app.

{ "id": 0, "key": "website", "type": "website", "label": "Website", "description": "Pressing the button will open the configured website. Pressing the Drivers App icon will return you to this app.", "answers": [ { "id": 0, "nextQuestionId": 1, "options": { "url": "https://fleetgo.com" } } ] }

Answer Options

This chapter describes the option possibilities for an answer.

Name

Type

Description

Required

Default

url

string

The url to open.

true

Examples

Website question
{ "id": 0, "key": "website", "type": "website", "label": "Website", "description": "Pressing the button will open the configured website. Pressing the Drivers App icon will return you to this app.", "answers": [ { "id": 0, "nextQuestionId": 1, "options": { "url": "https://fleetgo.com" } } ] }
Last modified: 17 July 2025