{
"learningPathId": "string",
"origin": "CATALOG",
"learningPathCatalogId": "string",
"legacyLearningPathId": "string",
"syncWithCatalog": true,
"title": "string",
"description": "string",
"image": "http://example.com",
"estimatedDuration": 0,
"defaultLang": "aa",
"langs": [
"aa"
],
"items": [],
"activities": [
{
"itemId": "string",
"itemType": "activity",
"languages": [
"aa"
]
}
],
"completionRule": {
"==": [
1,
1
]
},
"outcomeRule": {
"==": [
1,
1
]
},
"startRule": {
"==": [
1,
1
]
},
"learningPathAssignmentId": "string",
"userId": "string",
"learningPathRuleId": "string",
"groupId": "string",
"periodId": "string",
"timeframeType": "PERMANENT",
"startsAt": "2019-08-24T14:15:22.123Z",
"endsAt": "2019-08-24T14:15:22.123Z",
"state": "PENDING",
"visibility": "LOCKED",
"unlockedAt": "2019-08-24T14:15:22.123Z",
"unlockedByRuleId": "string",
"accountId": "stringstri",
"workspaceId": "stringstri",
"sourceRegion": "us-east-1",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"tags": [
{
"tagId": "string",
"priority": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"translation": {
"workspaceId": "stringstri",
"learningPathId": "string",
"lang": "aa",
"title": "string",
"image": "http://example.com",
"description": "string",
"accountId": "stringstri",
"sourceRegion": "us-east-1",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
},
"progress": {
"status": "NOT_STARTED",
"outcome": "SUCCESS",
"progress": {
"total": 0,
"completed": 0,
"percentage": 0
},
"items": [
{
"itemId": "string",
"itemType": "activity",
"progress": "START",
"outcome": "SUCCESS"
}
],
"currentItemId": "string",
"currentItemType": "activity",
"startedAt": "string",
"completedAt": "string"
}
}