Get Skill
Get the Skill information stored in the vocabulary. This can be for either a Skill in the TechWolf vocabulary or a Skill in an external vendor’s vocabulary. For TechWolf Skills, meta information such as Skill adoption can also be requested.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The universal unique ID of the Skill, consisting of alphanumeric characters, hyphens and underscores. The Skill name connected to this id can be identified by either using the Skill Search endpoint or in any response body that contains that Skill.
1 - 100
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
Query Parameters
Additional Skill attributes that will be included in the response body. This query parameter can be added multiple times to include more attributes.
custom_properties
, adoption
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
The Domain namespace determines the Domains the Skills will be mapped to. Using techwolf
will map them to the default TechWolf domains. Using taxonomy
will map them to the custom Domains defined in your Taxonomy. Using adaptive
will map the Skills to the Domains in the custom Taxonomy if there is one present, otherwise it will fall back to the default Techwolf Domains.
techwolf
, taxonomy
, adaptive
The external vendor vocabulary you want to get the Skill from. This only works for vendors that are activated on your tenant. Except for skill_name
, other query parameters will not work, as they are not supported on external vendor Skills.
workday
"workday"
The external vendor's name of the Skill you want to get. Only works when the external_vendor
query parameter is specified.
1 - 100
Response
Default structure for a Skill.
The universal unique ID of the Skill, consisting of alphanumeric characters, hyphens and underscores. The Skill name connected to this id can be identified by either using the Skill Search endpoint or in any response body that contains that Skill.
1 - 100
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
Name of the Skill.
1 - 255
"Python"
Description of the Skill. If a custom description is provided, it will be returned; otherwise, the default description from TechWolf is returned.
"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."
The Domain name of the Skill.
1
Default structure for a Skill.
The universal unique ID of the Skill, consisting of alphanumeric characters, hyphens and underscores. The Skill name connected to this id can be identified by either using the Skill Search endpoint or in any response body that contains that Skill.
1 - 100
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
Name of the Skill.
1 - 255
"Python"
Description of the Skill. If a custom description is provided, it will be returned; otherwise, the default description from TechWolf is returned.
"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."
The Domain name of the Skill.
1
Default structure for an external vendor Skill.
The universal unique ID of the Skill, consisting of alphanumeric characters, hyphens and underscores. The format of this ID will differ from vendor to vendor.
1 - 100
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
Name of the Skill in the external vendor's vocabulary.
1 - 100
"Python"
Was this page helpful?