Skip to main content
1-Visitor
January 26, 2018
Solved

Get the list of all project names

  • January 26, 2018
  • 1 reply
  • 2479 views

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

Best answer by A_Macierzynski

var params = {

    maxItems: undefined /* NUMBER */,

    nameMask: undefined /* STRING */,

    type: "Project" /* STRING */,

    tags: undefined /* TAGS */

};

// result: INFOTABLE dataShape: RootEntityList

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

1 reply

15-Moonstone
January 26, 2018

var params = {

    maxItems: undefined /* NUMBER */,

    nameMask: undefined /* STRING */,

    type: "Project" /* STRING */,

    tags: undefined /* TAGS */

};

// result: INFOTABLE dataShape: RootEntityList

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