Job Architecture
Export Job external market Skill Profiles.
Export all external market Skill Profiles of all Jobs by paginating through the data.
The Jobs are returned based on their creation time, with those created first being returned first.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Defines the format of the returned Skill Profile.
Available options:
list
, hierarchy
Body
application/json
The number of Jobs to show on a single page.
Required range:
1 < x < 100
The external_id
of the Job to continue looking from.
Maximum length:
100
A set of filters used to apply on the exported Job Skill Profiles.
Sort the Skills in the results alphabetically or by decreasing confidence.
Available options:
alphabetical
, confidence
Response
200
application/json
OK
True when there is more data after this page.
A list containing the requested data for each entity, limited by the limit
parameter.
The next starting_after
value for pagination.
Maximum length:
100
Was this page helpful?