π΅GET groups
Fetches a list of groups setup by the organisation.
URL
GET https://training.tapintosafety.com.au/api/v2/groupsParameters
curl https://training.tapintosafety.com.au/api/v2/groups \
-H "Authorization: Bearer $APIKey"Responses
Name
Type
Description
{
"entities": [
{
"id": "00000000-0000-0000-0000-000000000000",
"name": "Example Group",
"courses": [
{
"id": "00000000-0000-0000-0000-000000000000",
"name": "Safety Course A"
},
{
"id": "00000000-0000-0000-0000-000000000000",
"name": "Manager Course B"
}
]
}
],
"page": 1,
"entitiesReturned": 1,
"totalEntities": 1,
"links": []
}Last updated