tableau-postman icon indicating copy to clipboard operation
tableau-postman copied to clipboard

Chart in a view

Open ConteFede opened this issue 1 year ago • 2 comments

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.

ConteFede avatar Feb 06 '25 20:02 ConteFede

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.

jacalata avatar Feb 06 '25 22:02 jacalata

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?

ConteFede avatar Feb 06 '25 23:02 ConteFede