Device/Aggregation/History
Authorization required: Yes
HTTP methods allowed: GET
Syntax: Device/{id}/Aggregation/{device_property}/{aggregation_type}/{period}/History/ Details
Syntax: Device/{device_id}/Aggregation/{device_property}/{aggregation_type}/{period}/History/{count}/ Details
Returns aggregation history for the specified {aggregation_type} and {period} (for the device identified by {id} and the property identified by {device_property}).
Use Device/Aggregation in order to get more information about possible query syntax.
Typical values for {aggregation_type} may be one of (Sum, Min, Max, Average, Count_True, Count_False) depending on the actual device
Possible values for {period} are one of (Min15, Hour, Day, Week, Month, Year, Ever)
{count} is a calue 0 or higher, where 0 is the current period, 1 is the previous, etc.
Unit-tests: 2 test(s)
Popularity: 424466 (number of times method has been accessed)
Documentation and tests automatically generated from source-code 2025-12-06 05:04