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

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

Get the list of all project names

smayer
12-Amethyst

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?

ACCEPTED SOLUTION

Accepted Solutions

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

var params = {

    maxItems: undefined /* NUMBER */,

    nameMask: undefined /* STRING */,

    type: "Project" /* STRING */,

    tags: undefined /* TAGS */

};

// result: INFOTABLE dataShape: RootEntityList

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

Announcements


Top Tags