getRequests

API Version: 1.102.0

GET/projects/{projectId}/requests

Get Requests.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

projectId

string

Project ID

Response

{
  "dataRequests": [
    {
      "requestId": "d385ab22-0f51-4b97-9ecd-b8ff3fd4fcb6",
      "projectId": 0,
      "requestMeasurementDate": "2019-08-24",
      "status": "REQUESTED",
      "tiers": "monitoring",
      "product": "Monitoring 25m",
      "comments": "string",
      "createdAt": "2019-08-24T14:15:22Z",
      "methodology": "string",
      "metrics": [],
      "runs": [],
      "downloads": [],
      "configuration": {
        "allometricRelationships": [
          {
            "label": "Carbon stock",
            "details": {
              "formula": "string"
            }
          }
        ],
        "forestCoverDefinition": {
          "label": "string",
          "details": {
            "minTreeHeight": 0,
            "minArea": 0,
            "crownCoverPercentage": 100
          },
          "configId": 0
        },
        "recalibration": {
          "collections": [
            {
              "collection_id": "4bdef85c-3f50-4006-a713-2350da665f80",
              "label": "string",
              "plot_count": 0,
              "validated_on": "2019-08-24",
              "created_on": "2019-08-24"
            }
          ]
        }
      },
      "createdBy": "string",
      "owner": "string"
    }
  ]
}

Last updated