Get the match scores between Employees and their assigned position in bulk.
Employees without an assigned position will be included in the result, with job_id=null
and score=0.0
.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
If set to explained
, the response will include an explanation of the match.
simple
, explained
"explained"
Body
The number of Employees to show on a single page.
1 <= x <= 100
10
The external_id
of the Employee to continue looking from.
100
"4cbdbabe-5644-4423-8157-520f8a2f429a"
A set of filters to apply on the Employees.
Response
True when there is more data after this page.
true
A list containing the match of each Employee with their assigned position, limited by the limit
parameter.
A match result between an Employee and a Job.
The next starting_after
value for pagination.
100
"61a6e076-d780-11ec-9d64-0242ac120002"
Was this page helpful?