Solved
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?
Hi, does anyone know any services or methods in which we can get all project names from Composer?
var params = {
maxItems: undefined /* NUMBER */,
nameMask: undefined /* STRING */,
type: "Project" /* STRING */,
tags: undefined /* TAGS */
};
// result: INFOTABLE dataShape: RootEntityList
var result = Resources["EntityServices"].GetEntityList(params);
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.