Supported App stats Aggregates
Summary of supported aggregates
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
aggregates AppStatsSupportedAggregate[] required
Aggregates
Array [description requiredThe description of the apps. Max size = 256.
name string requiredThe name of the apps. Max size = 126.
units string[] requiredThe units of the app statistics.
]
{
"aggregates": [
{
"name": "string",
"units": [
"string"
]
}
]
}
Loading...