get https://nodeapi.classlink.com/my/groups
Sample Result
[
{
"name": "DemoStudents",
"groupid": 9269,
"buildingid": 1
},
{
"name": "StudentA",
"groupid": 12586,
"buildingid": 1
},
{
"name": "DemoTeachers",
"groupid": 9268,
"buildingid": 1
}
]
Name | Description |
---|---|
Name | Name of the group |
GroupId | Globally unique ID of the group |
BuildingId | Globally unique ID of the building to which the group belongs |