Newer Version Available

This content describes an older version of this product. View Latest

Download a Lightning Experience Dashboard as a PNG

Download a Lightning Experience dashboard as an image.

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

For a Lightning Experience dashboard, the GET only works for .png. If .pdf is used, the request returns an error.

Note

Example Usage
1/analytics/download/dashboard/01ZB0000000xxxxxxx.png
Parameter Description
assetType Required for GET calls. Specifies what type of Analytics asset to download. Valid values are:
  • dashboard
  • lens
  • report
Id

Required for GET calls. Specifies the Analytics asset id to download.

downloadType Required for GET calls. Specifies what file type to download the Analytics asset as. Valid values are:
  • .png
  • .pdf
Example Response Body

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