Trying to get the properties of a sensor's channel with the API. Wondering if there is something similar to this call but with 'get' instead of 'set':
/api/setobjectproperty.htm?id=<id>&subid=<subid>&subtype=channel&name=limitmessage&value=<value>
Modified on 2025-06-10 21:43:45 +0200
Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.
Trying to get the properties of a sensor's channel with the API. Wondering if there is something similar to this call but with 'get' instead of 'set':
/api/setobjectproperty.htm?id=<id>&subid=<subid>&subtype=channel&name=limitmessage&value=<value>
Hi there,
Unfortunately, that is not directly possible via the API. Please try the following call instead:
/controls/channeledit.htm?_hjax=true&id=<SENSORID>&channel=<CHANNELID>Best regards
Feb, 2017 - Permalink