Get name and description of all object statistics
Get object stats API v2.2
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
object_statistics ObjectStatsType[] required
Get details of the object statistics.
Array [description requiredThe description of the object statistic. Maz size = 256.
name string requiredThe name of the object statistic. Maz size = 128.
]
{
"object_statistics": [
{
"name": "string"
}
]
}
Loading...