Dashboard
id object
anyOf
- string
- null
string
nameName (string)required
alias object
anyOf
- string
- null
string
categoryCategory (string)
Default value:
dashboardtype object
anyOf
- string
- null
string
collection_id object
anyOf
- string
- null
string
tags object
anyOf
- string[]
- null
Array [
string
]
description object
anyOf
- string
- null
string
created_at object
anyOf
- integer
- null
integer
updated_at object
anyOf
- integer
- null
integer
widgets object[]
Array [
config objectrequired
property name*any
layout objectrequired
property name*any
]
shared object
anyOf
- boolean
- null
boolean
Dashboard
{
"id": "string",
"name": "string",
"alias": "string",
"category": "dashboard",
"type": "string",
"collection_id": "string",
"tags": [
"string"
],
"description": "string",
"created_at": 0,
"updated_at": 0,
"widgets": [
{
"config": {},
"layout": {}
}
],
"shared": true
}