Learner - Skills API

List all skills for the current learner

GET /api/learner/skills

Response Codes

  • 200 OK
  • 304 Not Modified

{ “skills”: [ { “id”: 7850, “title”: “Data Abstraction” }, { “id”: 7851, “title”: “Data Access” } ] }

Parameters

  • search String

    Search SKILLS based on passed search term

  • scope String

    Accepted values: library. Filters the returned list of skills by a given scope