Stat API

Query for statistics

Statistic query format

NO

KEY

TYPE

REQUIRED

DESC

1

resource_type

string

Main resource type to select with grouping

2

query

dict

Aggregate for grouping and its specification

3

join

list

Joining resource which implements

4

formulas

list

calculation for formula which stands

Full specification of Stat query

{
    "resource_type": ...,
    "query": {...},
    "join": [...],
    "formulas": [...]
}

Last updated

Was this helpful?