function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Amita Tatar 15Amita Tatar 15 

Display salesforce dashboard on my webiste

Hi,

I have my own students registration website from where they register for scholarships.
I have a requirement where i want to display the salesforce dashboard on my website homepage which will display number of scholarships availed VS remaining. How do i achieve this functionality ? Please help me on this.

Regards,
Amita Tatar
 
Roshni RahulRoshni Rahul
Hi Amita,

Best option is to use dashboard  REST API.
Follow the link below.. It will be helpful
https://developer.salesforce.com/docs/atlas.en-us.api_analytics.meta/api_analytics/sforce_analytics_rest_api_intro.htm
The Reports and Dashboards REST API gives you programmatic access to your report and dashboard data as defined in the report builder and dashboard builder.
The API lets you integrate the data into any web or mobile application, inside or outside the Salesforce platform.

Regards
Roshni
Amita Tatar 15Amita Tatar 15
Hi Roshni,

Thanks for your reply.I will check out the link. Will contact you in case of any query.

Regards,
Amita
 
Roshni RahulRoshni Rahul
Hi Amita,
If works , please mark this answer as Best Answer.

Regards
Roshni