Skip to main content
Version: Next

DatabaseRelatedDashboards

countinteger

Dashboard count

result object[]

A list of dashboards

  • Array [
  • idinteger
    json_metadataobject
    slugstring
    titlestring
  • ]
  • DatabaseRelatedDashboards
    {
    "count": 0,
    "result": [
    {
    "id": 0,
    "json_metadata": {},
    "slug": "string",
    "title": "string"
    }
    ]
    }