Get the Skill Profile for a Skill Cluster
Get an export of the Skill Cluster Skill Profile to leverage it for user interaction.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.
1 - 100
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
Query Parameters
The format in which the Skill Profile needs to be returned. More info about adding your Skill Clusters can be found in the <u>tutorials</u>.
list
"list"
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
Response
The Skills of the Skill Cluster. This is what is returned when Skill Clusters are managed by TechWolf.
The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.
1 - 100
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
The Skills contained in this Skill Cluster.
Default structure for Skill Cluster.
[
{ "skill": "Programming" },
{ "skill": "Business Intelligence" },
{ "skill": "Machine Learning" }
]
The Domain this Skill Cluster belongs to.
"Machine Learning"
Was this page helpful?