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

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Get the list of all project names

smayer
11-Garnet

Get the list of all project names

Hi, does anyone know any services or methods in which we can get all project names from Composer?

1 ACCEPTED SOLUTION

Accepted Solutions
A_Macierzynski
14-Alexandrite
(To:smayer)

var params = {

    maxItems: undefined /* NUMBER */,

    nameMask: undefined /* STRING */,

    type: "Project" /* STRING */,

    tags: undefined /* TAGS */

};

// result: INFOTABLE dataShape: RootEntityList

var result = Resources["EntityServices"].GetEntityList(params);

View solution in original post

1 REPLY 1
A_Macierzynski
14-Alexandrite
(To:smayer)

var params = {

    maxItems: undefined /* NUMBER */,

    nameMask: undefined /* STRING */,

    type: "Project" /* STRING */,

    tags: undefined /* TAGS */

};

// result: INFOTABLE dataShape: RootEntityList

var result = Resources["EntityServices"].GetEntityList(params);

Top Tags