cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

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

elit
1-Newbie

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

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?

1 ACCEPTED SOLUTION

Accepted Solutions

var params = {

maxItems: undefined /* NUMBER */

};

// result: INFOTABLE dataShape: BoundName

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

View solution in original post

1 REPLY 1

var params = {

maxItems: undefined /* NUMBER */

};

// result: INFOTABLE dataShape: BoundName

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

Top Tags