List the daylight readings 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/projects/{projectId}/sites/{siteId} HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Accept: */*
successful operation
{ "weather": [ { "localDate": "2025-06-16T12:36:15.011Z", "conditions": { "sky": "text", "icon": "text" } } ], "range": { "localStartDate": "2025-06-16T12:36:15.011Z", "localEndDate": "2025-06-16T12:36:15.011Z" }, "aggregation": "year" }