v1

latestOpenAPI 3.0.02026-07-12152226.1 KB
Examples

listAvailableExamples

Returns list of available exampless for visualisations to configure new dashboard tiles

get/v1/dashboard/examples

Response

List of available exampless for visualisations to configure new dashboard tiles

Example response

{
  "results": [
    {
      "id": "e4af1297-1fd6-440f-9846-f475f580d40f",
      "title": "Number of opportunities created by journeys every month",
      "visualisation": "timechart",
      "query": {
        "dataset": "entity_operations",
        "measure": "count_operations",
        "dimensions": [
          {
            "time_with_granularity": "year-month"
          }
        ],
        "filters": [
          {
            "entity_schema": "opportunity"
          }
        ]
      }
    }
  ]
}