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
string
ID of the user who performed the drill action.
object
Information about the dashboard containing the tile.
Hide dashboard properties
Hide dashboard properties
object
string
Full URL of the dashboard, including the drill path.
string
ID of the dashboard used in the URL.
string
Path to the dashboard drill.
string
Title of the dashboard.
object
Information about the tile where the drill action was performed.
object
Information about the drill action.
Hide drill properties
Hide drill properties

