Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi, does anyone know any services or methods in which we can get all project names from Composer?
Solved! Go to Solution.
var params = {
maxItems: undefined /* NUMBER */,
nameMask: undefined /* STRING */,
type: "Project" /* STRING */,
tags: undefined /* TAGS */
};
// result: INFOTABLE dataShape: RootEntityList
var result = Resources["EntityServices"].GetEntityList(params);
var params = {
maxItems: undefined /* NUMBER */,
nameMask: undefined /* STRING */,
type: "Project" /* STRING */,
tags: undefined /* TAGS */
};
// result: INFOTABLE dataShape: RootEntityList
var result = Resources["EntityServices"].GetEntityList(params);