List available group types
Get a list of all the group types available, used to collect groups together
GET /grouptypes/list
curl \
-X GET https://YOURSITE.infoodle.com/apiv2/grouptypes/list \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"id": 1,
"name": "Program Groups",
"groupCount": 23
}
]