Get the top matching Employees for a Vacancy.
You can use filters in the request body to restrict the match results based on distance, language & Custom Properties. If the max_geo_distance
filter is not provided, a default value of 50km is used.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.
1 - 100
Query Parameters
The 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 < 1
The maximal number of results returned.
1 < x < 100
The rank offset for returned matches, return matches starting from rank offset up to rank offset+limit.
x > 0
If set to explained
, the response will include an explanation of the match.
simple
, explained
Additional entity attributes that will be included in the response body. This query parameter can be added multiple times to include more attributes. When include entity
is used, the response will include the assigned positions and working histories of the matched Employees.
custom_properties
, entity
, location
, relevant_experience
, score_breakdown
, match_feedback
Body
List of weights to be applied during matching
Response
List of match results.
Was this page helpful?