Skip to main content
September 25, 2017
Solved

Is there a way to get a list of all unbound remote things in a service?

  • September 25, 2017
  • 1 reply
  • 1671 views

How would I get a list of the unbound remote things that are listed on the status monitoring remote things page under unbound from a service?

Best answer by sgreywilson

var params = {

maxItems: undefined /* NUMBER */

};

// result: INFOTABLE dataShape: BoundName

var result = Resources["DeviceFunctions"].GetUnboundRemoteThings(params);

1 reply

16-Pearl
September 25, 2017

var params = {

maxItems: undefined /* NUMBER */

};

// result: INFOTABLE dataShape: BoundName

var result = Resources["DeviceFunctions"].GetUnboundRemoteThings(params);