{ "opencollection": "1.0.0", "info": { "name": "Fortify on Demand Alert Definitions Project Versions API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Project Versions", "type": "folder" }, "items": [ { "info": { "name": "Fortify List project versions", "type": "http" }, "http": { "method": "GET", "url": "https://api.ams.fortify.com/projectVersions", "params": [ { "name": "start", "value": "", "type": "query", "description": "Starting index for pagination (0-based)" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return" }, { "name": "q", "value": "", "type": "query", "description": "Search query using Fortify search syntax (e.g., name:MyApp)" }, { "name": "orderby", "value": "", "type": "query", "description": "Sort field and direction (e.g., name for ascending, -name for descending)" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in the response" } ] }, "docs": "Retrieves a paginated list of all project versions (application versions) accessible to the authenticated user." }, { "info": { "name": "Fortify Create project version", "type": "http" }, "http": { "method": "POST", "url": "https://api.ams.fortify.com/projectVersions", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new project version. Requires committing the version after creation to activate it." }, { "info": { "name": "Fortify Get project version", "type": "http" }, "http": { "method": "GET", "url": "https://api.ams.fortify.com/projectVersions/:parentId", "params": [ { "name": "parentId", "value": "", "type": "path", "description": "Unique identifier of the parent resource" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in the response" } ] }, "docs": "Retrieves details for a specific project version by identifier." }, { "info": { "name": "Fortify Update project version", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ams.fortify.com/projectVersions/:parentId", "params": [ { "name": "parentId", "value": "", "type": "path", "description": "Unique identifier of the parent resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing project version's properties." }, { "info": { "name": "Fortify Delete project version", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.ams.fortify.com/projectVersions/:parentId", "params": [ { "name": "parentId", "value": "", "type": "path", "description": "Unique identifier of the parent resource" } ] }, "docs": "Permanently deletes a project version and all associated scan data." }, { "info": { "name": "Fortify Perform project version action", "type": "http" }, "http": { "method": "POST", "url": "https://api.ams.fortify.com/projectVersions/:parentId/action", "params": [ { "name": "parentId", "value": "", "type": "path", "description": "Unique identifier of the parent resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Performs an action on a project version such as committing, copying state, or sending for analysis." } ] } ], "bundled": true }