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/daylight/projects/{projectId}/sites/{siteId} HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Accept: */*
successful operation
{ "daylight": { "ANY_ADDITIONAL_PROPERTY": 1 }, "range": { "localStartDate": "2025-04-30T08:02:08.264Z", "localEndDate": "2025-04-30T08:02:08.264Z" }, "aggregation": "year" }