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-04-30T07:56:37.128Z", "conditions": { "sky": "text", "icon": "text" } } ], "range": { "localStartDate": "2025-04-30T07:56:37.128Z", "localEndDate": "2025-04-30T07:56:37.128Z" }, "aggregation": "year" }