Learner - Tags API

List all tags for the current learner

GET /api/learner/tags

Response Codes

  • 200 OK
  • 304 Not Modified

Parameters

  • search String

    Search tags based on passed search term

  • scope String

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

Example Response

{
  "meta": {},
  "tags": [
    {
      "id": "2",
      "name": "Space"
    }
  ]
}