Skip to main content
Get the Skill Profile for a Course
curl --request GET \
  --url https://{tenant_name}.{region}.techwolf.ai/courses/{external_id}/skill_profile \
  --header 'Authorization: Bearer <token>'
{
"external_id": "a3903505-eb84-42dc-a79f-5e7b1fe897b7",
"skills": [
{
"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"
}
]
}

Authorizations

Authorization
string
header
required

Path Parameters

external_id
string<uuid>
required
Required string length: 1 - 100
Example:

Query Parameters

response_format
enum<string>
default:list
Available options:
list,
hierarchy
Example:
vocab_language
enum<string>
default:en_uk
Available options:
en,
en_uk,
en_us,
de,
fr,
nl
external_vendor
enum<string>
Available options:
workday,
sap_attribute_library
Example:

Response

  • List
  • Hierarchy
external_id
string<uuid>
required
Required string length: 1 - 100
Example:
skills
object[]
required
Example: