GET
/v1/courses/{courseId}/groups
curl \
--request GET 'https://openapi.meltingspot.io/v1/courses/{courseId}/groups'
Response examples (200)
{
"items": [
{
"id": "string",
"name": "string",
"description": "string",
"emoji": "string",
"emailNotificationEnabled": true
}
],
"total": 42
}