getAggregationLevelValues
API Version: 1.102.0
GET/projects/{projectId}/aggregationLevels/{level}
Get Aggregation Level Values.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
projectId
string
Project ID
level
string
Level
Response
{
"property1": [
"string"
],
"property2": [
"string"
]
}
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Last updated
Was this helpful?