Get learning path information
Method
| Method |
Description |
| learningpath.learningPathGet |
Get learning path information. |
Request parameters
{
"id": {LearningPathId}
}
Response parameters
{
"id": {LearningPathId},
"title": "{LearningPathTitle}",
"description": "{Description}",
"unit_count": {UnitCount},
"updated": {Updated}
}
| Variable |
Type |
Appearance |
Description |
| {Updated} |
Integer |
Mandatory |
Last update time. Unix Timestamp. |
Please refer to learning path create/update and learning path list operations to get explanation of all fields. Units of the learning path are returned by unit list operation.