Payload
{
"userId": "string",
"dashboard": {
"filters": {
"<filterName>": {
"filter": "filterObject",
"asJsonUrlSearchParam": "string"
}
},
"href": "string",
"urlId": "string",
"path": "string",
"title": "string"
},
"format": "string",
"tile": {
"id": "string",
"title": "string",
"appliedFilters": {
"filterName": {
"filter": "filterObject",
"asJsonUrlSearchParam": "string"
}
}
}
}
Properties
ID of the user who downloaded the tile.
Information about the dashboard containing the tile.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 csv, xlsx, or png.
Information about the downloaded tile.
Filters applied to the tile, keyed by filter name.Hide appliedFilters properties
An object representing the filter.
Filter as a JSON URL search param that can be used in dashboard URLs.