Export all job architecture suggestions by paginating through the data.
Suggestions represent AI-generated recommendations for changes to job skill profiles, such as:
add_job_skill)remove_job_skill)set_job_skill_proficiency)set_job_skill_criticality)Each suggestion can be in one of three states:
suggested: The suggestion has not been reviewed yetaccepted: The suggestion has been accepted and appliedrejected: The suggestion has been rejectedUse the response_format parameter to choose between:
list: Returns a flat list of suggestions (paginated by suggestion)grouped: Returns suggestions grouped by job (paginated by job)The access token received from the authorization server in the OAuth 2.0 flow.
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"
The number of items to show on a single page.
list format: number of suggestions per pagegrouped format: number of jobs per page1 <= x <= 10010
The ID to continue paginating from.
list format: the suggestion_id from the previous pagegrouped format: the job_id from the previous page100"550e8400-e29b-41d4-a716-446655440000"
The format of the response:
list: Returns a flat list of suggestionsgrouped: Returns suggestions grouped by joblist, grouped "list"
A set of filters to apply on the exported suggestions.
[
{
"filter": "state_is_in_list",
"states": ["suggested"]
},
{
"filter": "job_family_id_is_in_list",
"job_family_ids": ["5cbdbdbe-5f44-4423-8157-520f8a2f429a"]
}
]OK
True when there is more data after this page.
true
The suggestions data. Format depends on response_format:
list: Array of suggestion objectsgrouped: Array of objects with job_id and suggestions arrayA job architecture suggestion for adding, removing, or modifying a skill on a job.
The next starting_after value for pagination.
100"660e8400-e29b-41d4-a716-446655440001"