Chart in a view
I have a query in Postman where I get data from a view with the following url GET, {{base-path}}/sites/{{site-id}}/views/:view-id/data But I only get the first chart element that appears in the view. I can't access the remaining graphs. I'm looking for a solution to access the data, since the PDF is from the entire view, but the /data is not.
Unfortunately this is a limitation of the underlying API, as documented online:
If the request is for a dashboard, only data for the dashboard's first view is returned.
Yes, you are right, the first view is the first chart in the dashboard. What order does it use? Isn't there a way to make the element/layer active before the request?