Payload
{
"userId": "string",
"dashboard": {
"filters": {
"filterName": {
"filter": "filterObject",
"asJsonUrlSearchParam": "string"
}
},
"href": "string",
"urlId": "string",
"path": "string",
"title": "string"
},
"format": "string"
}
Properties
ID of the user who downloaded the dashboard.
Information about the dashboard being downloaded.Hide dashboard properties
Filters applied to the dashboard, keyed by filter name.
An object representing the filter.
Filter as a JSON URL search param that can be used in dashboard URLs.
Full URL of the dashboard.
ID of the dashboard used in the URL.
Download format. One of pdf, csv, or xlsx.