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

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. 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