Documentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
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
ID of the user who performed the drill action.
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, including the drill path.
ID of the dashboard used in the URL.
Path to the dashboard drill.
Information about the tile where the drill action was performed.
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.
Information about the drill action.
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.