v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Content

Get Skills for a Specific Content Item

This endpoint retrieves all skills for a specific content item. <h3>Required Scope</h3>content:read

get/api/v2/content/{contentId}/skills

Path parameters

contentIdstring required

The ID of the content to retrieve.

Query parameters

nextstring

Retrieves the next batch of content. This value expires after 2 minutes if a request has not been made during that time.

limitinteger

The maximum number of content items to display per page. A maximum of 1000 is allowed.

Response

Success

Example response

{
  "data": [
    {
      "meta": {
        "skill-proficiency": "Intermediate"
      }
    }
  ]
}