2.1.1 GroupCounts object
Contains aggregates (counts) of a group.
Example
{
"members": 10,
"drillables": 20,
"tests": 5
}
Fields
| Field | Type | Description |
|---|---|---|
membersrequired |
Integer | The number of members of the group. Example value: 10 |
drillablesrequired |
Integer | The number of drillables (drills or courses) contained in the group. Example value: 20 |
testsrequired |
Integer | The number of tests contained in the group. Example value: 5 |
Last updated on