Search for Vacancies. Unlike other entities, searching happens based on the job_title text match by default, not based on Skills match. Literal string matching is fuzzy, meaning that typo’s and misspellings should still turn up desired results. For example, searching for deceptionist could still show receptionist Vacancy results. Literal search will always result in a score of 1.0. A combination of both types is possible.
The access token received from the authorization server in the OAuth 2.0 flow.
The maximal number of results returned.
1 <= x <= 10010
The rank offset for returned matches, return matches starting from rank offset up to rank offset+limit.
x >= 0The minimum score of the results. Due to approximations for fast result-delivery, there might be records with a score slightly lower than the minimum.
0 <= x <= 10.7
The language of the input text. auto will automatically detect the language used.
auto, nl, fr, en, de "en"
The type of matching. literal will search text-based. skills will use the Skills extracted from the input to find the best-matching Vacancies.
literal, skills "skills"
The external vendor vocabulary you want to see the Skills displayed in. This will only work for vendors that are activated on your tenant.
workday, sap_attribute_library "workday"
Request structure for free text search.
Input text.
"Software Engineer"
[
{
"filter": "max_geo_distance",
"max_geo_distance": 50
},
{
"filter": "custom_property",
"property_name": "direct_manager",
"property_value": "John Doe"
},
{
"filter": "custom_property_is_in_list",
"property_name": "drivers_license",
"possible_values": ["C", "CE"]
},
{
"filter": "custom_property_contains_element",
"property_name": "industries",
"property_value": "electronics"
},
{
"filter": "external_id_is_in_list",
"external_ids": [
"external_id_1",
"external_id_2",
"external_id_3"
]
},
{ "filter": "is_active", "is_active": true },
{
"filter": "exclude_match_feedback",
"search_for": "employee_id",
"exclude_match_feedback": "thumbs_up"
}
][
{
"weight": "max_geo_distance",
"value": 0.1,
"full_score_distance": 5,
"zero_score_distance": 15
},
{
"weight": "custom_property",
"property_name": "direct_manager",
"property_value": "John Doe",
"operator": "eq",
"value": 0.04
},
{
"weight": "custom_property",
"property_name": "yearly_salary",
"property_value": 45000,
"operator": "gte",
"value": 0.04
}
]A geographic location, expressed in latitude and longitude. This can represent a home address, an office location... Each entity is limited to having a single location. To get the latitude and longitude for a given address, you can use the Google Maps Geocoding API or a predefined lookup table (for example by zip code). If location is present in matching or filters, it will act as an override for geo-distance calculations.
OK
List of search results.