{ "opencollection": "1.0.0", "info": { "name": "Workday Integrations Workday Prism Analytics Benefits Job Profiles API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Job Profiles", "type": "folder" }, "items": [ { "info": { "name": "Workday Integrations List job profiles", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/prismAnalytics/v2/{tenant}/jobProfiles", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return per page" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination" }, { "name": "search", "value": "", "type": "query", "description": "Search string to filter results" } ] }, "docs": "Retrieve a collection of job profile definitions configured in the Workday tenant, including job families and management levels." }, { "info": { "name": "Workday Integrations Get a job profile", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/prismAnalytics/v2/{tenant}/jobProfiles/:jobProfileId", "params": [ { "name": "jobProfileId", "value": "", "type": "path", "description": "Workday ID of the job profile" } ] }, "docs": "Retrieve details of a specific job profile by ID." } ] } ], "bundled": true }