{
"kpis": {
"learningPathId": "string",
"title": "string",
"requiredEnrolled": 0,
"requiredCompleted": 0,
"optionalEnrolled": 0,
"optionalCompleted": 0,
"totalEnrolled": 0,
"distinctUsers": 0,
"started": 0,
"completed": 0,
"successCount": 0,
"passCount": 0,
"failCount": 0,
"completionRate": 0,
"avgTtcMs": 0,
"passRate": 0,
"tags": [
{
"tagId": "string",
"namespace": "string",
"variant": "string",
"label": "string"
}
]
},
"users": {
"items": [
{
"assignmentId": "string",
"userId": "string",
"nickname": "string",
"profileImage": "string",
"email": "string",
"assignmentType": "REQUIRED",
"attempts": 0,
"tags": [
{
"tagId": "string",
"namespace": "string",
"variant": "string",
"label": "string"
}
],
"status": "NOT_STARTED",
"percentage": 0,
"score": 0,
"outcome": "SUCCESS",
"startedAt": "string",
"completedAt": "string",
"ttcMs": 0
}
],
"nextToken": "string"
}
}