Skip to main content
Create Job Family Profile Data for a Job Family
curl --request POST \
  --url https://{tenant_name}.{region}.techwolf.ai/job_architecture/job_families/{job_family_external_id}/profile_data \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "external_id": "a3903505-eb84-42dc-a79f-5e7b1fe897b7",
  "data_type": "job_family_description",
  "source": "Workday",
  "data": {
    "job_family_description": "Software engineers are responsible for designing, developing, and testing software. They are involved in the entire software development process, from the initial specification of requirements to the final release of the software."
  }
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Path Parameters

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

Query Parameters

language
enum<string>
required
Available options:
auto,
nl,
fr,
en,
de
Example:

Body

application/json
external_id
string<uuid>
required
Required string length: 1 - 100
Example:
data_type
enum<string>
required
Available options:
job_family_description
Example:
source
string
required
Required string length: 1 - 255
Example:
data
object
required
  • job_family_description_content
  • job_family_description_file_content

Response