2.1 Groups object

Represents a list of groups.

Example

{
  "total": 1,
  "groups": [{
    "id": "nYrK9udUc-UGvRS2kxaPtaB-0wzeHAJzM6vlL1te6wI",
    "name": "European geography",
    "description": "Learn the countries and capitals of Europe",
    "counts": {
      "members": 10,
      "drillables": 20,
      "tests": 5
    }
  }]
}

Fields

Field Type Description
total
required
Integer The total number of groups available to the caller.
groups
required
List of 2.1 Group objects The list of groups.