API Documentation
Taxonomy
- Domains
- Subdomains
- Skill Clusters
- Skills
- Taxonomy operations
Employees
- CRUD
- Skill Profile
- Metrics
- Search
- Skill Events
- Interactions
- Suggestions
Job Families
- CRUD
- Skill Profile
- Job Family Profile Data
Jobs
- CRUD
- Skill Profile
- Job Profile Data
- Metrics
Peer Groups
- Peer Groups
Vacancies
- CRUD
- Skill Profile
- Metrics
- Search
Courses
- CRUD
- Skill Profile
- Metrics
Skill Clusters
- CRUD
- Skill Profile
- Metrics
External Companies
- CRUD
- Search
Skills
- Skill Search
- Skill Gaps
- Skill Lookup
Organisational Structure
- Organisational Units
Custom Properties
- Definitions
- Properties
Matchmaking
- Vacancy Matching
- Course Recommendations
- External Company Matching
- Job Matching
- Job Family Matching
- Match Feedback
Matching Configuration
Export
- Employees
- Job Architecture
- Overview
- GETExport Job Architecture hierarchy
- POSTExport Job Skill Clusters data.
- POSTExport Job Skill Profiles.
- POSTExport Job Suggested Skill Profiles.
- POSTExport Job external market Skill Profiles.
- POSTExport Job Skill market alignment.
- POSTExport Job Family Skill Profiles.
- POSTExport Job Family Suggested Skill Profiles.
- Courses
- Employees Assigned Position
- Taxonomy
- Organisational Structure
Reports
- General Reports
- Employee Reports
- Vacancy Reports
- Job Reports
- Data Maturity Scan
Version
- Version
Job Architecture
Export Job external market Skill Profiles.
Export all external market Skill Profiles of all Jobs by paginating through the data. The Jobs are returned based on their creation time, with those created first being returned first.
Copy
Ask AI
curl --request POST \
--url https://{tenant_name}.{region}.techwolf.ai/job_architecture/export/jobs/market_skill_profiles \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"limit": 10,
"starting_after": "4cbdbabe-5644-4423-8157-520f8a2f429a",
"filters": [
{
"filter": "last_updated",
"value": "2022-01-01",
"operator": "lt"
},
{
"filter": "job_family_id_is_in_list",
"job_family_ids": [
"5cbdbdbe-5f44-4423-8157-520f8a2f429a",
"62d2c013-ab77-410e-b5fb-2f96eed9c1db"
]
}
],
"output_skills_sorting": "alphabetical"
}'
Copy
Ask AI
{
"has_next": true,
"records": [
{
"external_id": "09de5e58-5161-4ad1-a256-6d01a025914b",
"peer_groups": [
{
"peer_group": "Sport Watches Production",
"skills": [
{
"skill": "Product Design",
"skill_id": "6d41b6d7-1c09-4f8a-a9c0-361b4c7a92f5",
"domain_name": "Product Development"
},
{
"skill": "Materials Science",
"skill_id": "9eb6aebf-936d-4814-9c6f-8754becc2f53",
"domain_name": "Science"
},
{
"skill": "Supply Chain Operations",
"skill_id": "7cfe0001-5a22-49dc-9148-077b546de5cd",
"domain_name": "Supply Chain"
}
]
}
]
},
{
"external_id": "9e914d31-9db1-4d2d-8d16-ed8a88539879",
"peer_groups": [
{
"peer_group": "Sport Watches Production",
"skills": [
{
"skill": "Embedded Systems",
"skill_id": "0af7ceb8-26fe-4210-a5c4-3c1b69721403",
"domain_name": "Information Technology"
},
{
"skill": "UX Design",
"skill_id": "98fc5005-abf9-41f5-b156-742654b7eacd",
"domain_name": "Information Technology"
},
{
"skill": "Algorithm Development",
"skill_id": "e273a7bd-1ee2-4911-979c-33423dc1ac08",
"domain_name": "Information Technology"
}
]
}
]
}
],
"next_starting_after": "61a6e076-d780-11ec-9d64-0242ac120002"
}
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Defines the format of the returned Skill Profile.
Available options:
list
, hierarchy
Example:
"list"
Body
application/json
Response
200
application/json
OK
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request POST \
--url https://{tenant_name}.{region}.techwolf.ai/job_architecture/export/jobs/market_skill_profiles \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"limit": 10,
"starting_after": "4cbdbabe-5644-4423-8157-520f8a2f429a",
"filters": [
{
"filter": "last_updated",
"value": "2022-01-01",
"operator": "lt"
},
{
"filter": "job_family_id_is_in_list",
"job_family_ids": [
"5cbdbdbe-5f44-4423-8157-520f8a2f429a",
"62d2c013-ab77-410e-b5fb-2f96eed9c1db"
]
}
],
"output_skills_sorting": "alphabetical"
}'
Copy
Ask AI
{
"has_next": true,
"records": [
{
"external_id": "09de5e58-5161-4ad1-a256-6d01a025914b",
"peer_groups": [
{
"peer_group": "Sport Watches Production",
"skills": [
{
"skill": "Product Design",
"skill_id": "6d41b6d7-1c09-4f8a-a9c0-361b4c7a92f5",
"domain_name": "Product Development"
},
{
"skill": "Materials Science",
"skill_id": "9eb6aebf-936d-4814-9c6f-8754becc2f53",
"domain_name": "Science"
},
{
"skill": "Supply Chain Operations",
"skill_id": "7cfe0001-5a22-49dc-9148-077b546de5cd",
"domain_name": "Supply Chain"
}
]
}
]
},
{
"external_id": "9e914d31-9db1-4d2d-8d16-ed8a88539879",
"peer_groups": [
{
"peer_group": "Sport Watches Production",
"skills": [
{
"skill": "Embedded Systems",
"skill_id": "0af7ceb8-26fe-4210-a5c4-3c1b69721403",
"domain_name": "Information Technology"
},
{
"skill": "UX Design",
"skill_id": "98fc5005-abf9-41f5-b156-742654b7eacd",
"domain_name": "Information Technology"
},
{
"skill": "Algorithm Development",
"skill_id": "e273a7bd-1ee2-4911-979c-33423dc1ac08",
"domain_name": "Information Technology"
}
]
}
]
}
],
"next_starting_after": "61a6e076-d780-11ec-9d64-0242ac120002"
}
Assistant
Responses are generated using AI and may contain mistakes.