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
id
string
required
user_id
string
required
project_name
string
required
created_at
string
required
updated_at
string
required
geometry
object
required
area_hectares
number
centroid_lat
number
centroid_lon
number
geometry_hash
string
is_collection
boolean
default:false
subprojects
string[]
parent_collection
string
is_control_pool
boolean
default:false