getProjectReferences

API Version: 1.102.0

GET/projects/references

Get Project References.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Response

{
  "projectTypes": [
    "string"
  ],
  "forestCoverDefinition": [
    {
      "label": "string",
      "details": {
        "minTreeHeight": 0,
        "minArea": 0,
        "crownCoverPercentage": 100
      },
      "configId": 0
    }
  ],
  "allometricRelationships": [
    {
      "label": "Carbon stock",
      "details": {
        "formula": "string"
      }
    }
  ]
}

Last updated

Was this helpful?