Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
The maximal number of entities returned, ordered by the last_updated field and external_id.
1 <= x <= 20050
The applied offset for returned entities, results starting from offset up to offset + limit.
x >= 0This parameter can be used to only include entities with the active attribute set to true or false. If the parameter is not set, all entities will be included.
true
This parameter can be used to only include Jobs in the specified job_family. If job_family="null", only Jobs without a Job Family are included. If the parameter is not set, all entities will be included.
"c3903505-eb84-42dc-a79f-5d8b1fe897b7"
This parameter can be used to only include entities for which sufficient data is available (low_data_availability=false) or is not available (low_data_availability=true) for qualitative Skill inference. If the parameter is not set, all entities will be included.
true
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"]Response
OK
Total number of Job objects stored inside the system.
x >= 03
Subset of Jobs starting from offset up to offset + limit.
[
{
"external_id": "5cbdbdbe-5f44-4423-8157-5fgqsef7b834c",
"active": true,
"job_name": "Front End Developer",
"job_family_id": "5cbdbdbe-5f44-4423-8157-520f8a2f429a",
"low_data_availability": false,
"job_description": "The Front-End Developer is responsible for implementing visual elements that users interact with on the company's web applications."
},
{
"external_id": "62d2c013-ab77-410e-b5fb-2f96eed9c1db",
"active": true,
"job_name": "Backend Developer",
"job_family_id": "5cbdbdbe-5f44-4423-8157-520f8a2f429a",
"low_data_availability": false,
"job_description": "The Backend Developer is responsible for implementing the server-side logic of a web application."
},
{
"external_id": "6129e3f1-663f-44ea-aa3f-2ce1077b834c",
"active": true,
"job_name": "Data Scientist",
"job_family_id": "62d2c013-ab77-410e-b5fb-2f96eed9c1db",
"low_data_availability": true,
"job_description": "The Data Scientist is responsible for analyzing data and using it to make decisions."
}
]