Solved
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?
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?
var params = {
maxItems: undefined /* NUMBER */
};
// result: INFOTABLE dataShape: BoundName
var result = Resources["DeviceFunctions"].GetUnboundRemoteThings(params);
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.