{ "opencollection": "1.0.0", "info": { "name": "Sonatype Lifecycle Public REST Advanced Search Developer Priorities API", "version": "1.201.0-02" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Developer Priorities", "type": "folder" }, "items": [ { "info": { "name": "getPriorities", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/developer/priorities/:applicationId/:scanId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Enter the applicationId." }, { "name": "scanId", "value": "", "type": "path", "description": "Enter the scanId." }, { "name": "includeRemediation", "value": "", "type": "query", "description": "Whether to include remediation type and version for the component or not" }, { "name": "page", "value": "", "type": "query", "description": "Current page number." }, { "name": "pageSize", "value": "", "type": "query", "description": "Enter the no. of results that should be visible per page." }, { "name": "componentNameFilter", "value": "", "type": "query", "description": "Component name to filter by" }, { "name": "filterOnPolicyActions", "value": "", "type": "query", "description": "Whether to enable Fail/Warn policy action filter or not" } ] }, "docs": "Use this method to retrieve all priorities by providing the application ID and scan ID.\n\nPermissions required: View IQ Elements" }, { "info": { "name": "getPrioritiesExport", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/developer/priorities/:applicationId/:scanId/export", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Enter the applicationId." }, { "name": "scanId", "value": "", "type": "path", "description": "Enter the scanId." } ] }, "docs": "Use this method to retrieve the priorities, by providing the applicationId and scanId.\n\nPermissions required: View IQ Elements" } ] } ], "bundled": true }