GET
/
projects
/
{project_id}
{
  "id": "<string>",
  "user_id": "<string>",
  "project_name": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "area_hectares": 123,
  "centroid_lat": 123,
  "centroid_lon": 123,
  "geometry_hash": "<string>",
  "geometry": {},
  "is_collection": false,
  "subprojects": [
    "<string>"
  ],
  "parent_collection": "<string>",
  "is_control_pool": false
}

Authorizations

x-api-key
string
header
required

Path Parameters

project_id
string
required

Response

200
application/json

Project retrieved successfully

The response is of type object.