2.0 GroupSummary object

Represents a group. A group summary contains summary (aggregate) information about a group.

Example

{
  "id": "nYrK9udUc-UGvRS2kxaPtaB-0wzeHAJzM6vlL1te6wI",
  "name": "European geography",
  "description": "Learn the countries and capitals of Europe",
  "members": 10,
  "drills": 5,
  "tests": 1,
  "lastEdited": "2015-09-21T07:59:01Z"
}

Fields

Field Type Description
id
required
String The unique ID of this group.

Example value: nYrK9udUc-UGvRS2kxaPtaB-0wzeHAJzM6vlL1te6wI
name
optional
String The name of this group.

Example value: European geography
description
optional
String A description for this group.

Example value: Learn the countries and capitals of Europe
members
optional
Integer The number of group members.
drills
optional
Integer The number of drills in the group.
tests
optional
Integer The number of tests in the group.
lastEdited
optional
Date A timestamp representing the time the group was last changed. This includes both changes to membership and content.
icon
optional
2.0 Media object An optional icon for the group.
administrator
optional
2.0 User object The administrator (owner) of the group.