Download a CRM Analytics Dashboard as a PDF

Download a CRM Analytics dashboard as a PDF.

Use a request on the Analytics Download resource to download a CRM Analytics dashboard as a .pdf binary file.

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

Note

Standard Example Usage 

1<domain>/analytics/download/dashboard/0FKB0000000xxxxxxx.pdf
ParameterDescription
assetTypeRequired. Specifies what type of Analytics asset to download. Valid values are:
  • dashboard
  • lens
  • lightning-dashboard
  • report
assetIdRequired. Specifies the Analytics asset id to download.
downloadTypeRequired. Specifies what file type to download the Analytics asset as. Valid values are:
  • png
  • pdf

Query Parameter Example Usage 

Download a specific page and saved view of a CRM Analytics dashboard.

1<domain>/analytics/download/dashboard/0FKB0000000xxxxxxx.pdf?savedViewId=0Svxx&pageId=page1

Download a CRM Analytics dashboard to print on legal-sized paper.

1<domain>/analytics/download/dashboard/0FKB0000000xxxxxxx.pdf?pageSize=LEGAL

Download a CRM Analytics dashboard without the tabular widget data.

1<domain>/analytics/download/dashboard/0FKB0000000xxxxxxx.pdf?includeData=false
ParameterDescription
includeDataOptional. Indicates whether to include that tabular widget data (true) or not(false).
pageIdOptional. Specifies the Id for a dashboard page to download.
pageSizeOptional. Specifies page size to download. Valid values are:
  • A3
  • A4
  • LEGAL
  • LETTER
savedviewIdOptional. Specifies the Id for a dashboard saved view to download.

Example Response Body 

The response body is binary data of the .pdf representation of the CRM Analytics dashboard.