Get the Skill Profile for a Vacancy
Get an export of the Vacancy Skill Profile to leverage it for user interaction. Check our tutorials for a clear overview of how to get the most out of each format!
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 of the response profile.
list
, domains
"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 default Skill Profile result returned. The profile consists of a list of Skills with scores, with each score representing the importance of the Skill at hand.
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 profile.
Default structure for an individual Skill.
[
{
"skill": "Machine Learning",
"skill_id": "c110316a-41d3-46ef-a35e-dbb27785b1c8"
},
{
"skill": "Python",
"skill_id": "4b85469d-6729-4d70-9876-a0faa2a2f63b"
},
{
"skill": "Tensorflow",
"skill_id": "e03c1859-3bae-4700-b2c5-ede2937038de"
}
]
The default Skill Profile result returned. The profile consists of a list of Skills with scores, with each score representing the importance of the Skill at hand.
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 profile.
Default structure for an individual Skill.
[
{
"skill": "Machine Learning",
"skill_id": "c110316a-41d3-46ef-a35e-dbb27785b1c8"
},
{
"skill": "Python",
"skill_id": "4b85469d-6729-4d70-9876-a0faa2a2f63b"
},
{
"skill": "Tensorflow",
"skill_id": "e03c1859-3bae-4700-b2c5-ede2937038de"
}
]
The external vendor Skill Profile result returned.
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 profile.
Default structure for an external vendor Skill.
[
{
"skill": "Machine Learning",
"skill_id": "111-AAA"
},
{ "skill": "Python", "skill_id": "111-BBB" },
{
"skill": "Tensorflow",
"skill_id": "111-CCC"
}
]
The Skill Profile in Domain format. The profile consists of a list of domains with the Skills belonging to them, and a percentage representing the size of the share of the Skill Profile the Domain represents.
The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.
1 - 100
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
The Domains contained in this profile along with the Skills belonging to them, and a percentage representing the size of the share of the Skill Profile the Domain represents.
[
{
"name": "Computer Science",
"percentage": 0.75,
"skills": ["Python", "Java", "Programming"],
"skill_dicts": [
{
"name": "Python",
"uuid": "6b819e9c-f276-41fc-829b-fffcb848b1a9"
},
{
"name": "Java",
"uuid": "6b819e9c-f276-41fc-829b-fffcb848b1a9"
},
{
"name": "Programming",
"uuid": "6b819e9c-f276-41fc-829b-fffcb848b1a9"
}
]
},
{
"name": "Interpersonal Skills",
"percentage": 0.25,
"skills": ["Presenting to management"],
"skill_dicts": [
{
"name": "Presenting to management",
"uuid": "6b819e9c-f276-41fc-829b-fffcb848b1a9"
}
]
}
]