{ "opencollection": "1.0.0", "info": { "name": "Pipeline Backend Admin Scans API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Scans", "type": "folder" }, "items": [ { "info": { "name": "GET /v1/scans", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/scans", "params": [ { "name": "customerId", "value": "", "type": "query" }, { "name": "stage", "value": "", "type": "query" }, { "name": "stageStatus", "value": "", "type": "query" }, { "name": "capturedAfter", "value": "", "type": "query" }, { "name": "capturedBefore", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] } }, { "info": { "name": "POST /v1/scans", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/scans", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "GET /v1/scans/stats", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/scans/stats", "params": [ { "name": "customerId", "value": "", "type": "query" }, { "name": "since", "value": "", "type": "query" } ] } }, { "info": { "name": "GET /v1/scans/{id}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/scans/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "POST /v1/scans/{id}/stages/{stage}/start", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/scans/:id/stages/:stage/start", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "stage", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /v1/scans/{id}/stages/{stage}/complete", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/scans/:id/stages/:stage/complete", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "stage", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }