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

descriptionstringnullable
editors object[]
  • Array [
  • idinteger
    labelstringrequired

    Possible values: <= 255 characters

    typeintegerrequired
  • ]
  • idinteger
    is_managed_externallyboolean
    publishedbooleannullable
    slugstringnullable

    Possible values: <= 255 characters

    status
    tags object[]
  • Array [
  • idinteger
    namestringnullable

    Possible values: <= 250 characters

    typestring

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

  • ]
  • url
    uuidstring<uuid>nullable
    viewers object[]
  • Array [
  • idinteger
    labelstringrequired

    Possible values: <= 255 characters

    typeintegerrequired
  • ]
  • 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",
    "description": "string",
    "editors": [
    {
    "id": 0,
    "label": "string",
    "type": 0
    }
    ],
    "id": 0,
    "is_managed_externally": true,
    "published": true,
    "slug": "string",
    "tags": [
    {
    "id": 0,
    "name": "string"
    }
    ],
    "uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "viewers": [
    {
    "id": 0,
    "label": "string",
    "type": 0
    }
    ]
    }