Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
The dashboard identifier (ID or document UUID)
Output format:
| Format | Full dashboard | Single tile | Notes |
|---|---|---|---|
| Yes | Yes | ||
| PNG | Yes | Yes | |
| XLSX | Yes | Yes | |
| CSV | Yes (as ZIP) | Yes | For full dashboards, delivery will be a zip file containing one CSV per tile |
| JSON | No | Yes | Only single tile is supported. Requires queryIdentifierMapKey to be specified |
pdf, png, csv, xlsx, json Custom filename for the downloaded file. Defaults to the dashboard name.
255Tile identifier to download a single tile instead of the full dashboard
Dashboard filter values to apply before rendering
Applicable to PDF and PNG formats. Page size.
fit_page, letter, legal, tabloid, a3, a4 Applicable to PDF and PNG formats. Page orientation.
portrait, landscape Applicable to PDF and PNG formats. If true, hide the dashboard title in the output.
Applicable to PDF and PNG formats. If true, display applied filter values in the output.
Applicable to PDF and PNG formats. If true, expand table tiles to display all rows.
Applicable to PDF and PNG formats. If true, render tiles in a single column layout.
Applicable to CSV, XLSX, and JSON formats. If true, apply number and date formatting to values.
Applicable to CSV, XLSX, and JSON formats. If true, exclude hidden fields from the output.
Applicable to CSV, XLSX, and JSON formats. If true, remove the default row limit.
Applicable to CSV, XLSX, and JSON formats. Maximum number of rows to export.
1 <= x <= 1000000