dashboard-runs/{runId}/downloads
Downloads dashboard run in the supported formats.
Note: When making API requests, ensure the following headers are included:
- Authorization: Bearer UserToken (replace UserToken with your actual access token). For details on how to obtain the token, refer Actions on a user section.
- Content-Type: application/json
- Accept: application/json
Downloads dashboard run.
Example URL
- {base_url}/reporting/api/v3/tenants/{tenantId}/dashboard-runs/{runId}/downloads?format=pdf
- Downloads a given format at a time.
- supported response headers. To be used based on the format chosen to download
- application/pdf
Path Parameters
- tenantId
Describes the Client uuid
- runId
Describes run uuid of runs on the reporting app
Query Parameters
- format
Supported format for dashboard downloads
- Enum:
Responses
200OK
Loading Examples...