v1

latestOpenAPI 3.1.02026-07-24650272.2 KB
API Endpoints

Breakdown Data

This endpoint retrieves distribution data of a given breakdown value for a given metric.

post/insights/breakdown-data

Request body

property_idstring required

The five to ten character unique identifier of the Gumlet Insight Property available on the dashboard.

Response

200

Example response

{
  "views": {
    "data": [
      {
        "key": "com.reactnativesdkdev",
        "value": 79,
        "unit": "views"
      }
    ],
    "current_page": 1
  }
}