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