Get learning path list

A learning path is an ordered sequence of units - assessments and courses - which applicants go through one after another.

Method

Method Description
learningpath.learningPathList Get learning path list, most recently updated first.

Request parameters

{
}

Response parameters

[
    {
        "id": {LearningPathId},
        "title": "{LearningPathTitle}",
        "unit_count": {UnitCount}
    },
    ...
]

Variable Type Appearance Description
{LearningPathId} Integer Mandatory Learning path id.
{LearningPathTitle} String Mandatory Learning path title.
{UnitCount} Integer Mandatory Number of units (assessments and courses) included into the learning path.