getAggregationLevelForProject
API Version: 1.102.0
GET
/projects/{projectId}/aggregationLevels
Get Aggregation Level For Project.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
projectId
string
Project ID
Response
{
"aggregationLevels": [
"polygons"
]
}
Last updated
Was this helpful?