curl --request GET \
--url https://api.example.com/api/career/taxonomy{
"domains": [
{
"domain_skills": [
"<string>"
],
"domain_slug": "<string>",
"domain_title": "<string>",
"fit_pct": 50,
"next_skills": [
"<string>"
],
"projects": [
{
"id": "<string>",
"status": "<string>",
"title": "<string>"
}
],
"tool_skills": [
"<string>"
]
}
]
}Get ontology view grouped by domain, tools, and project evidence.
curl --request GET \
--url https://api.example.com/api/career/taxonomy{
"domains": [
{
"domain_skills": [
"<string>"
],
"domain_slug": "<string>",
"domain_title": "<string>",
"fit_pct": 50,
"next_skills": [
"<string>"
],
"projects": [
{
"id": "<string>",
"status": "<string>",
"title": "<string>"
}
],
"tool_skills": [
"<string>"
]
}
]
}Successful Response
Taxonomy/ontology view: domain skills, tool skills, and project links.
Show child attributes