Example details for Device/Aggregation
Syntax variant 1 (preferred REST-format): Device/{id}/Aggregation/{device_property}/
Syntax variant 2 (traditional query-string): Device//Aggregation?id={id}&device_property={device_property}
GET, syntax 1 (preferred REST-format):
Device/55379/Aggregation/temperature/
GET, syntax 2 (traditional query-string):
Device//Aggregation?id=55379&device_property=temperature
Documentation and tests automatically generated from source-code 2025-12-06 05:04