List Skills
Get a list of all Skills linked to a Skill Cluster.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique Skill Cluster ID in your system, consisting of alphanumeric characters, hyphens and underscores.
Query Parameters
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
["skill_description"]
Response
Total number of Skills linked to a Skill Cluster.
x >= 0
2
Subset of Skills starting from offset
up to offset + limit
.
Default structure for Skill.
[
{
"skill_id": "4b85469d-6729-4d70-9876-a0faa2a2f63b",
"skill_name": "Python",
"skill_description": "Python is a high-level programming language with an intuitive syntax and a versatile standard library. The Skill \"Python\" requires the ability to write code in the Python programming language."
},
{
"skill_id": "c8c4b3a1-2d55-4dde-a71c-d7129c675a77",
"skill_name": "SQL",
"skill_description": "SQL is a standard database query language.The Skill \\\"SQL\\\" requires the ability to write and execute SQL queries."
},
{
"skill_id": "9844641-2d55-4dde-a71c-d684a26105849",
"skill_name": "Job Architecture Matching",
"skill_description": "Job Architecture Matching is the ability to match jobs to a job architecture."
}
]
Was this page helpful?