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
Natalya MurphyNatalya Murphy 

Send report chart from web service

Is it possible to have a custom web service send back a report chart in its response?   If so, would love at least some high-level steps on how to accomplish this.
Igor Androsov 5Igor Androsov 5
If you are showing this to external app Authenticated user via OAuth2.0, connect example be Heroku apconnectsto SFDC, you can use Analytics REST API with some limits. Here are resources to help how to set this up, need Developer Code for this NO declarative ways.
https://developer.salesforce.com/docs/atlas.en-us.api_analytics.meta/api_analytics/sforce_analytics_rest_api_understanding_resources.htm

https://developer.salesforce.com/docs/atlas.en-us.api_analytics.meta/api_analytics/sforce_analytics_rest_api_getbasic_reportmetadata.htm