fastmon Docs
Analytics

Query Beacon Breakdowns

Fehler melden

Get the orthogonal beacon-ingestion breakdowns: privacy class, delivery channel, lifecycle stage, and tracker bundle version. See BeaconBreakdownsResponse for the semantics of each dimension.

AuthentifizierungBearer <token>

API token generated from the fastmon dashboard (Account → API Token) or at organization level (fmo_…, one that outlives its creator). Send as Authorization: Bearer fm_... or paste the full token (including its prefix) into the Authorize dialog.

In: header

Pfad-Parameter

org_id*Org Id
Formatuuid

Request-Body

application/json

Request for the orthogonal beacon-ingestion breakdowns.

Response-Body

application/json

application/json

application/json

application/json

application/json

application/json

POST
/organizations/{org_id}/analytics/beacon-breakdowns
curl -X POST "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/analytics/beacon-breakdowns" \  -H "Content-Type: application/json" \  -d '{    "time_range": {      "from": "2019-08-24T14:15:22Z",      "to": "2019-08-24T14:15:22Z"    }  }'
{  "total_count": 0,  "collection_mode": {    "property1": 0,    "property2": 0  },  "delivery_method": {    "property1": 0,    "property2": 0  },  "lifecycle": {    "property1": 0,    "property2": 0  },  "tracker_version": {    "property1": 0,    "property2": 0  }}