Dashboard API

Hi There, I am a Salesforce developer and looking for a way to fetch Asana dashboard from Asana to Salesforce. Is there any Asana api available which returns the data in JSON format which I can manipuate in salesforce?

1 Like

@Ayushi_Jain - are you trying get the actual dashboard (i.e., all the charts) or the data underlying each chart? There is no API for the dashboard itself, but if you have specific data sets that you need, you can grab them using the project or task APIs.

Hi @Stephen_Li , I want to get all the charts from the dashboard.

@Ayushi_Jain
As @Stephen_Li said, there’s no API for the charts themselves. You would need to use API calls to get the underlying data that the charts use (to the extent that you can; that data may not all be available via the API) and construct the charts themselves on your end.

2 Likes

Got it. Thank you both!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.