Solved
Get all networks name without using REST API
Hi all,
Do you know a TWX service to get all the networks name ? Thank you in advance.
Hi all,
Do you know a TWX service to get all the networks name ? Thank you in advance.
You can make use of 'GetEntityList' service with Network type and retrieve all existing networks.
var params = {
type: "Network" /* STRING */
};
// result: INFOTABLE
var result = Resources["EntityServices"].GetEntityList(params);
-Giri
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.