Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Team getListByResourceId

From Catglobe Wiki
Revision as of 03:29, 22 June 2017 by Nguyenduyan (talk | contribs) (Created page with "Category:Team_Functions {{HelpFiles}} = Team_getListByResourceId = List all teams that belong to the resource (On GUI, Team is under Team tab of resource) Resource Typ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Team_getListByResourceId

List all teams that belong to the resource (On GUI, Team is under Team tab of resource)

Resource Type may contain Team: Projects, Folders, Users, Groups, Reports, Monitor

Syntax

Team_getListByResourceId(resourceId);

Arguments

number resourceId: is ResourceId of resource that you want to list teams

Return type

array of array Team object

Example

number resourceId = 15562383;
array teams = Team_getListByResourceId(resourceId);
//{{33,0,Main team,0,15562383,{}},{33,1,My Team,15567436,15562383,{}}}