🔵GET groups

Fetches a list of groups setup by the organisation.

URL

GET https://training.tapintosafety.com.au/api/v2/groups

Parameters

No parameters available for this endpoint.

Responses

Name
Type
Description

entities

array

The list of the groups returned.

┃ id

string

The Id of the group. Formatted as a GUID.

┃ name

string

The name of the group.

â”— courses

array

A list of courses that are assigned to the group.

┃ id

string

The Id of the course. Formatted as a GUID.

â”— name

string

The name of the course.

page

integer

The current page of results (Starts at 1).

entitiesReturned

integer

The number of filters in the entities array.

totalEntities

integer

The total entities across all pages.

links

array

A list of links relevant to the current request. No links are currently returned with this request.

Last updated