Skip to main content
Version: v1

Absorb Integration API (v1)

Download OpenAPI specification:Download

Learning Path

Gets a user's current learning path.

Authorizations:
api_key
path Parameters
UserId
required
string <guid>

The self assessment ID.

header Parameters
x-api-key
string
x-api-version
string

1

Responses

Response Schema: application/json
id
string <guid>

The ID of the learning path.

roleName
string

The name of the desired role in the learning path.

courseCount
integer <int32>

The number of courses in the learning path.

Array of objects (LearningPathSkillResource)

The collection of skills.

Array of objects (LearningPathSkillResource)

The collection of competencies.

Response samples

Content type
application/json
{
  • "id": "string",
  • "roleName": "string",
  • "courseCount": 0,
  • "skills": [
    ],
  • "competencies": [
    ]
}