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} HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Accept: */*
successful operation
{ "daylight": { "sites": { "ANY_ADDITIONAL_PROPERTY": [ { "ANY_ADDITIONAL_PROPERTY": 1 } ] } }, "range": { "localStartDate": "2025-06-16T12:38:26.607Z", "localEndDate": "2025-06-16T12:38:26.607Z" }, "aggregation": "year" }