Skip to main content
GET
/
api
/
v1
/
comments
/
dashboards
/
{dashboardUuid}
cURL
curl --request GET \
  --url http://api/v1/comments/dashboards/{dashboardUuid}
{
  "results": {},
  "status": "ok"
}

Path Parameters

dashboardUuid
string
required

the uuid of the dashboard

Response

Success

results
object
required
status
enum<string>
required
Available options:
ok