Skip to main content

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

userId
string
ID of the user who downloaded the tile.
dashboard
object
Information about the dashboard containing the tile.
format
string
Download format. One of csv, xlsx, or png.
tile
object
Information about the downloaded tile.