2.0 GroupMemberResult object

Represents the results for an individual group member.

Example

{
  "userId": "RSOhvqHwSFKcetS6kTgCnQ",
  "averageProficiency": 89,
  "drillResults": [{
    "proficiency": 89,
    "timeSpent": 501,
    "id": "5xGkjFr2vfbptyUTsTmimg",
    "lastPracticed": "2013-01-27T09:52:05Z"
  }]
}

Fields

Field Type Description
userId
required
String The unique user ID of the group member.

Example value: RSOhvqHwSFKcetS6kTgCnQ
averageProficiency
required
Integer The average proficiency for the group member across the group's drills.
drillResults
required
List of 2.0 GroupDrillableResult objects The individual drillable results for this group member.