Get a list of all Skills linked to a Skill Cluster.
The access token received from the authorization server in the OAuth 2.0 flow.
The unique Skill Cluster ID in your system, consisting of alphanumeric characters, hyphens and underscores.
The maximal number of entities returned, ordered by the skill_id
field.
1 <= x <= 200
50
The applied offset for returned entities, results starting from offset
up to offset + limit
.
x >= 0
The display language used for Skill names. Altering the vocabulary language does not change the Skill Profile; it solely changes the way it is displayed. If not specified, the default language (en_uk
) will be used. The en
language is an alias for en_uk
.
en
, en_uk
, en_us
, de
, fr
, nl
Additional Skill info attributes that will be included in the response body. This query parameter can be added multiple times to include more attributes.
["skill_description"]
OK
The response is of type object
.