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.
list, hierarchy "list"
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"
Additional attributes that will be included in the response body. This query parameter can be added multiple times to include more attributes.
Body
The number of Jobs to show on a single page.
1 <= x <= 10010
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.
- is_active
- last_updated
- job_family_id_is_in_list
[
{
"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"
]
}
]Sort the Skills in the results alphabetically or by decreasing confidence.
alphabetical, confidence "alphabetical"