Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
How to query field names for events, data-points , and realtime endpoints?
-
Hello everyone,
In our app, some queries take around 12 seconds to download response data, therefore we want to reduce query times by querying for only necessary fields.
There is "fields" query parameter for "point-values/latest" API. Is there any similar way or a workaround to query fields for APIs in below:http://[host]:[port]/rest/latest/events http://[host]:[port]/rest/v3/data-points http://[host]:[port]/rest/v3/realtime
Also if you have any advice about reducing query times I'd love to hear it.