List the weather datums for a specified date range and aggregate for a project
The ID of the project
The inclusive start date
The exclusive end date
The aggregation to group the datums by
year
month
day
hour
15minute
5minute
GET //weather/datums/projects/{projectId} HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Accept: */*
successful operation
{ "sitesDatums": { "ANY_ADDITIONAL_PROPERTY": [ {} ] }, "range": { "localStartDate": "2025-04-30T08:01:35.511Z", "localEndDate": "2025-04-30T08:01:35.511Z" }, "aggregation": "year" }