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

Get all networks name without using REST API

qngo
12-Amethyst

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.

ACCEPTED SOLUTION

Accepted Solutions
katte
12-Amethyst
(To:qngo)

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

View solution in original post

1 REPLY 1
katte
12-Amethyst
(To:qngo)

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

Announcements


Top Tags