/apps/{app_id}/wizard
GET
/apps/{app_id}/wizardRequest
Path Params
app_id
string
required
Request samples
Responses
OK(200)
Bad Request(400)
413(413)
415(415)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
optional
Any of
appId
string <uuid>
required
created_at
string <date-time>
required
name
string
required
steps
array[object (Step) {11}]
required
updated_at
string <date-time>
required
Example
{
"appId": "28c365d5-df94-4a54-8217-3ce51d068868",
"created_at": "2019-08-24T14:15:22.123Z",
"name": "string",
"steps": [
{
"data": {
"kind": "choice",
"options": [
{
"displayIf": "yes",
"label": "string",
"nextStep": "545fc019-eb11-4536-9ef2-7913b3d53b4c",
"toAssign": [],
"toExecute": [],
"toRemove": []
}
],
"style": "checkbox"
},
"description": "",
"displayIf": "yes",
"icon": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"label": "string",
"nextStep": "545fc019-eb11-4536-9ef2-7913b3d53b4c",
"toAssign": [],
"toExecute": [],
"toRemove": [],
"wait": false
}
],
"updated_at": "2019-08-24T14:15:22.123Z"
}
Last modified: 11 days ago