Payload
Copy
Ask AI
{
"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
ID of the user who performed the drill action.
Information about the dashboard containing the tile.
Hide dashboard properties
Hide dashboard properties
Full URL of the dashboard, including the drill path.
ID of the dashboard used in the URL.
Path to the dashboard drill.
Title of the dashboard.
Information about the tile where the drill action was performed.
Hide tile properties
Hide tile properties
ID of the tile.
Title of the tile.
Information about the drill action.
Hide drill properties
Hide drill properties
The name of the field being drilled into.
The display label for the field. This property is optional.
The label for the drill query. This property is optional.
The row data being drilled into, keyed by field name. Values may be
null if the field value is not set.