getPolygonsForProject
API Version: 1.102.0
GET/projects/{projectId}/polygons
Get Polygons For Project.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
projectId
string
Project ID
Response
{
  "projectId": 0,
  "geometry": {}
}{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}Last updated