Skip to main content

Payload

{
  "userId": "string",
  "dashboard": {
    "filters": {
      "<filterName>": {
        "filter": "filterObject",
        "asJsonUrlSearchParam": "string"
      }
    },
    "href": "string",
    "urlId": "string",
    "path": "string",
    "title": "string"
  },
  "tile": {
    "id": "string",
    "title": "string",
    "appliedFilters": {
      "<filterName>": {
        "filter": "filterObject",
        "asJsonUrlSearchParam": "string"
      }
    }
  },
  "drill": {
    "field": "string",
    "fieldLabel": "string",
    "drillQueryLabel": "string",
    "rowToDrill": {
      "<fieldName>": "string | null"
    }
  }
}

Properties

userId
string
ID of the user who performed the drill action.
dashboard
object
Information about the dashboard containing the tile.
tile
object
Information about the tile where the drill action was performed.
drill
object
Information about the drill action.