Get Job
Get a Job by its external ID. This can for example be used to keep track of proper synchronisation between your system and the Skill Engine API.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique Job ID in your system, consisting of alphanumeric characters, hyphens and underscores.
Query Parameters
Additional entity attributes that will be included in the response body. This query parameter can be added multiple times to include more attributes.
custom_properties
["custom_properties"]
Response
Default structure for Job.
The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.
1 - 100
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
Name of the Job.
1 - 255
"Front End Developer"
Timestamp of the last update to this entity.
"2021-01-21T17:32:28Z"
ID of the Job Family.
1 - 100
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
The Job will not be used in matching if active is false
. This is useful when a Job is being phased out.
true
Flag indicating whether sufficient data is available for qualitative skill inference for a given entity.
false
Was this page helpful?