Download the data of all tiles within a Dashboard.
Returns files of a specified type within a ZIP file for each tile within a Dashboard.
Please specify a valid File Type.
Dashboard not found.
Unexpected error.
{- "file": "string"
}
Clone a dashboard.
Returns the newly created dashboard's details.
Unexpected error.
{- "dashboardId": "string",
- "folderId": "string",
- "name": "string",
- "description": "string"
}
{- "resource": {
- "id": "string",
- "title": "string",
- "description": "string",
- "resourceIdentifier": "string"
}
}
Download a Dashboard in CSV format.
Returns a zip of CSV files containing raw data of each tile within a Dashboard.
Download Task has failed.
Forbidden.
Dashboard not found.
Querying Dashboard to build CSV has timed out.
Unexpected error.
{- "file": "string"
}
Download a Dashboard in PDF format.
Returns a PDF file containing the visualization of a Dashboard.
Render Task has failed.
Forbidden.
Dashboard not found.
Render Task has timed out.
Unexpected error.
{- "file": "string"
}
Run a schedule delivery once
Run a Dashboard Schedule Delivery once
A successful request does not necessarily mean successful delivery of emails
Please specify a valid File Type.
Dashboard not found.
Unexpected error.
{- "dashboard_id": "string",
- "destination_emails": "string",
- "file_type": "csv_zip",
- "name": "string",
- "message": "string",
- "filters": "string"
}
{- "resource": {
- "status": "string"
}
}