Get a dashboard with panel data
GET
/api/v1/dashboards/{id}Parameters
This endpoint does not accept parameters.
Responses
200Dashboard with data
Request
curl -X GET "https://api.knowledgetree.dev/api/v1/dashboards/{id}" \
-H "Authorization: Bearer $KT_API_TOKEN"Response
200Dashboard with data
Example response not yet documented.