Dashboard / Wizard light
Route: /api/{tenant:minlength(2)}/v{version:apiVersion}/dashboard/wizard_light
Method: GET
Authorisation: Minimum role: USER
Request Arguments
| Name | Type | Source |
|---|
Request body example
Response object
Response status: 200 (OK)
Response type: DTO_wizard_light_item[]
Wrapper: DTO_response_wrap
Other response statuses: 400 (BadRequest), 403 (Forbidden)
Response body example
DTO_wizard_light_item
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| title | String | Title | |
| description | String | Description | |
| description_long | String | Description long | |
| button_text | String | Button text | |
| url | String | Url | |
| tooltip | String | Tooltip | |
| category | String | Category | |
| completed | Boolean | Completed |