Hey if i want to render dashboard details with panel only in particular organisation then how should i do

Suppose i want to fetch all dashboard under particular organisation and and call render api for particular organisation then what is url for that .
Fetch dashboard list by organization -> get all panel list for that select dashboard -> and call render method to get image of that select panel
(i’m not found any url to do that can you please give me rest url guide to do above task)

Hi,

There’s no support in API for enumeration panels besides issuing a GET request to retrieve a dashboard which will give you the json model that you need to enumerate to get each panel. See http://docs.grafana.org/http_api/dashboard/

Marcus