Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
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 Defines the format of the returned Skill Profile.
list, hierarchy "list"
The external vendor vocabulary you want to see the Skills displayed in. This will only work for vendors that are activated on your tenant. When specified, the query parameter include=skill_validation_state will not work, as it is not supported on external vendor Skill Profiles.
workday, sap_attribute_library "workday"
Body
The number of Job Families to show on a single page.
1 <= x <= 10010
The external_id of the Job Family to continue looking from.
100"4cbdbabe-5644-4423-8157-520f8a2f429a"
A set of filters used to apply on the exported Job Family Skill Profiles.
- is_active
- last_updated
Additional attributes that will be included in the response body. This query parameter can be added multiple times to include more attributes.
[
"skill_validation_state",
"proficiency_level",
"proficiency_float",
"critical"
]Sort the Skills in the results alphabetically or by decreasing confidence.
alphabetical, confidence "alphabetical"
Response
OK
- List
- Hierarchy
True when there is more data after this page.
true
A list containing the requested data for each entity, limited by the limit parameter.
[
{
"external_id": "5cbdbdbe-5f44-4423-8157-520f8a2f429a",
"skills": [
{
"skill_id": "8313fe8a-f39e-4a35-8c82-93b46c3de9bb",
"skill": "Balance Sheet",
"skill_types": [{ "skill_type": "Family-Specific" }],
"domain_name": "Finance",
"validation_state": "validated",
"proficiency_level": 2,
"proficiency_float": 0.4,
"critical": false
}
]
},
{
"external_id": "61a6e076-d780-11ec-9d64-0242ac120002",
"skills": [
{
"skill": "Machine Learning",
"skill_id": "ac3a733e-b258-438d-8d39-9a2837a10e11",
"skill_types": [{ "skill_type": "Family-Specific" }],
"domain_name": "Data Science",
"validation_state": "validated",
"proficiency_level": 1,
"proficiency_float": 0.2,
"critical": true
},
{
"skill": "Python",
"skill_id": "4b85469d-6729-4d70-9876-a0faa2a2f63b",
"skill_types": [{ "skill_type": "Family-Specific" }],
"domain_name": "Programming",
"validation_state": "initially_validated",
"proficiency_level": null,
"proficiency_float": null,
"critical": true
}
]
}
]The next starting_after value for pagination.
100"61a6e076-d780-11ec-9d64-0242ac120002"