{ "opencollection": "1.0.0", "info": { "name": "Checkmarx One Applications API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "Checkmarx List applications", "type": "http" }, "http": { "method": "GET", "url": "https://ast.checkmarx.net/api/applications", "params": [ { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return" }, { "name": "name", "value": "", "type": "query", "description": "Filter by application name" } ] }, "docs": "Retrieve all applications. Applications are logical groupings of related projects for organizational purposes." }, { "info": { "name": "Checkmarx Create an application", "type": "http" }, "http": { "method": "POST", "url": "https://ast.checkmarx.net/api/applications", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new application to group related projects." }, { "info": { "name": "Checkmarx Get application details", "type": "http" }, "http": { "method": "GET", "url": "https://ast.checkmarx.net/api/applications/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application unique identifier" } ] }, "docs": "Retrieve details of a specific application." }, { "info": { "name": "Checkmarx Update an application", "type": "http" }, "http": { "method": "PUT", "url": "https://ast.checkmarx.net/api/applications/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing application's properties." }, { "info": { "name": "Checkmarx Delete an application", "type": "http" }, "http": { "method": "DELETE", "url": "https://ast.checkmarx.net/api/applications/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application unique identifier" } ] }, "docs": "Delete an application. Projects within will be unassigned." } ] } ], "bundled": true }