DatasetRelatedDashboards
countinteger
Dashboard count
restricted_countinteger
Dashboards the current user cannot access
result object[]
A list of dashboards
Array [
idinteger
json_metadataobject
slugstring
titlestring
]
DatasetRelatedDashboards
{
"count": 0,
"restricted_count": 0,
"result": [
{
"id": 0,
"json_metadata": {},
"slug": "string",
"title": "string"
}
]
}