Download a Lightning Experience Report as a PNG

Download a Lightning Experience report as a .png file.
Use a request on the Analytics Download resource to download a Lightning Experience report as a .png binary file.

Downloads are requested by entering the URI in a browser address bar.

Note

Example Usage
1<domain>/analytics/download/report/00OB0000000xxxxxxx.pdf
Parameter Description
assetType Required. Specifies what type of Analytics asset to download. Valid values are:
  • dashboard
  • lens
  • lightning-dashboard
  • report
assetId

Required. Specifies the Analytics asset id to download.

downloadType Required. Specifies what file type to download the Analytics asset as. Valid values are:
  • png
  • pdf

For a Lightning Experience report, the download request only works for .png when the report has a chart. If .pdf is used or the report doesn’t have a chart, the request returns an error.

Note

Example Response Body

The response body is binary data of the .png representation of the Lightning Experience report.