For the complete documentation index, see llms.txt. This page is also available as Markdown.

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"
  ]
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}

Last updated