DashboardDefinitionDto
Dashboard definition
Properties
All allowed dashboard types, which include: USER_DEFINED
Possible values are: USER_DEFINED
A unique name for each dashboard
A unique identifier for each dashboard
Unique ID associated with the org
Email of the user who created this dashboard
List of tags associated with this dashboard
ISO8601 date string that informs when this dashboard was created
Represents whether this dashboard is a user’s favorite
ISO8601 date string that informs when this dashboard was updated
Email of the user who last updated this dashboard
ID of the content pack that this dashboard belongs to if the dashboard is part of a content pack
Name of the owner of this dashboard
All allowed feature actions, which include: READ, UPDATE, LOCK, HIDDEN, DISABLED, NONE
Possible values are: READ , UPDATE , LOCK , HIDDEN , DISABLED , NONE
JSON Example
{
"dashboardType": "USER_DEFINED",
"name": "string",
"widgets": [
{
"name": "string",
"queryDefinitionLink": "string",
"widgetPlacement": {
"height": 4,
"width": 4,
"x": 0,
"y": 0
},
"widgetType": "CHART"
}
]
}
Property Of
DashboardResponseDto
Parameter To
Create Dashboard
Returned By
Create Dashboard
Get Dashboard By ID