Skip to main content
Version: Next

DashboardRestApi.get_list

certification_detailsstringnullable
certified_bystringnullable
changed_by object
first_namestringrequired

Possible values: <= 64 characters

idinteger
last_namestringrequired

Possible values: <= 64 characters

changed_by_name
changed_on_delta_humanized
changed_on_utc
created_by object
first_namestringrequired

Possible values: <= 64 characters

idinteger
last_namestringrequired

Possible values: <= 64 characters

created_on_delta_humanized
dashboard_titlestringnullable

Possible values: <= 500 characters

idinteger
is_managed_externallyboolean
owners object
first_namestringrequired

Possible values: <= 64 characters

idinteger
last_namestringrequired

Possible values: <= 64 characters

publishedbooleannullable
roles object
idinteger
namestringrequired

Possible values: <= 64 characters

slugstringnullable

Possible values: <= 255 characters

status
tags object
idinteger
namestringnullable

Possible values: <= 250 characters

type

Possible values: [1, 2, 3, 4]

thumbnail_url
url
uuidstring<uuid>nullable
DashboardRestApi.get_list
{
"certification_details": "string",
"certified_by": "string",
"changed_by": {
"first_name": "string",
"id": 0,
"last_name": "string"
},
"created_by": {
"first_name": "string",
"id": 0,
"last_name": "string"
},
"dashboard_title": "string",
"id": 0,
"is_managed_externally": true,
"owners": {
"first_name": "string",
"id": 0,
"last_name": "string"
},
"published": true,
"roles": {
"id": 0,
"name": "string"
},
"slug": "string",
"tags": {
"id": 0,
"name": "string"
},
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}