Skip to main content

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

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.