Skip to main content
Version: 6.0.0

SysGetGroupDivisions

Returns a list of the group's recently active divisions, organized by simplified tournament state: ACTIVE, PENDING, COMPLETE. Unlike GetGroupDivisions, this sys call does not require the caller to be a member of the group.

ServiceOperation
tournamentSYS_GET_GROUP_DIVISIONS

Method Parameters

ParameterDescription
groupIdThe group id.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"ACTIVE": {},
"PENDING": {},
"COMPLETE": {
"uniqueDivSetId2": [
"^D^uniqueDivSetId2^2"
]
}
},
"status": 200
}