Export Job Skill market alignment.
Export the match scores between a Job and its market Skill Profiles in bulk. More information about the match scores and peer groups can be found in the documentation of the relevant endpoint.
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 Jobs to show on a single page.
1 <= x <= 100
10
The external_id
of the Job to continue looking from.
100
"4cbdbabe-5644-4423-8157-520f8a2f429a"
A set of filters used to apply on the exported Job Skill Profiles.
[
{
"filter": "last_updated",
"value": "2022-01-01",
"operator": "lt"
},
{
"filter": "job_family_id_is_in_list",
"job_family_ids": [
"5cbdbdbe-5f44-4423-8157-520f8a2f429a",
"62d2c013-ab77-410e-b5fb-2f96eed9c1db"
]
}
]
Response
True when there is more data after this page.
true
A list containing the requested data for each entity, limited by the limit
parameter.
A match result between a Job and its market Skill Profiles.
The next starting_after
value for pagination.
100
"61a6e076-d780-11ec-9d64-0242ac120002"
True when there is more data after this page.
true
A list containing the requested data for each entity, limited by the limit
parameter.
A match result between a Job and its market Skill Profiles.
The next starting_after
value for pagination.
100
"61a6e076-d780-11ec-9d64-0242ac120002"
True when there is more data after this page.
true
A list containing the requested data for each entity, limited by the limit
parameter.
A match result between a Job and its market Skill Profiles.
The next starting_after
value for pagination.
100
"61a6e076-d780-11ec-9d64-0242ac120002"
Was this page helpful?