2.1.1 UserDrillableResult object
Represents the result of a drillable of a specific user.
Example
{
"account": {
"type": "USER",
"id": "QZ_abJe2JFuBDVKqJzWgCf",
"name": "John",
"realName": "John",
"emailAddress": "John@drillster.com",
"person": {
"id": "65lS3_Y9Mira6qp49BUVgD"
},
"thirdPartyIds": [
{
"thirdParty": "drillster",
"id": "John@drillster.com"
}
]
},
"drillableResult": {
"id": "1f1fJfmGzfEv3AplYgxL3U",
"proficiency": 12,
"timeSpent": 120,
"lastPracticed": "2024-06-18T14:46:31Z",
"drill": {
"type": "DRILL",
"id": "1f1fJfmGzfEv3AplYgxL3U",
"name": "Test-Drill"
}
}
}
Fields
Field | Type | Description |
---|---|---|
account required |
2.1.1 User object | the account of the requested user |
drillableResult required |
2.1.1 GroupDrillableResult object | The result of this drillable for this user |
Last updated on