Projects

List the weather datums for a project

get

List the weather datums for a specified date range and aggregate for a project

Authorizations
Path parameters
projectIdstringRequired

The ID of the project

Query parameters
startstring · date-timeRequired

The inclusive start date

endstring · date-timeRequired

The exclusive end date

aggregationstring · enumOptional

The aggregation to group the datums by

Possible values:
Responses
200

successful operation

application/json
get
/weather/datums/projects/{projectId}
GET /weather/datums/projects/{projectId}?start=2025-10-31T18%3A07%3A59.839Z&end=2025-10-31T18%3A07%3A59.839Z HTTP/1.1
Host: api.ecosuite.io/
Authorization: YOUR_API_KEY
Accept: */*
{
  "sitesDatums": {
    "ANY_ADDITIONAL_PROPERTY": [
      {}
    ]
  },
  "range": {
    "localStartDate": "2025-10-31T18:07:59.839Z",
    "localEndDate": "2025-10-31T18:07:59.839Z"
  },
  "aggregation": "year"
}