{ "opencollection": "1.0.0", "info": { "name": "Pipeline Backend Admin Internal API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Internal", "type": "folder" }, "items": [ { "info": { "name": "POST /internal/jobs/{jobId}/run", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/internal/jobs/:jobId/run", "params": [ { "name": "jobId", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /v1/internal/koch-pending-measurement-qa-handling-units", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/internal/koch-pending-measurement-qa-handling-units", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] } }, { "info": { "name": "POST /v1/internal/import-reference-measurements", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/internal/import-reference-measurements", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /v1/internal/process-classification", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/internal/process-classification" } }, { "info": { "name": "POST /v1/internal/classification-result", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/internal/classification-result", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /v1/internal/classification-recover-polled", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/internal/classification-recover-polled", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /v1/internal/classification-reset", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/internal/classification-reset", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /v1/internal/process-dewarping", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/internal/process-dewarping" } }, { "info": { "name": "POST /v1/internal/dewarping-reset", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/internal/dewarping-reset", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /v1/internal/dewarping-reject-stuck", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/internal/dewarping-reject-stuck", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "GET /v1/internal/measurement-ready-scans", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/internal/measurement-ready-scans", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "customerId", "value": "", "type": "query" }, { "name": "scanIds", "value": "", "type": "query" } ] } }, { "info": { "name": "POST /v1/internal/measurement-reset", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/internal/measurement-reset", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /v1/internal/measurement-results", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/internal/measurement-results", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "GET /v1/internal/reviewed-scan-images", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/internal/reviewed-scan-images", "params": [ { "name": "customerId", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" } ] } }, { "info": { "name": "POST /v1/internal/process-privacy-blur", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/internal/process-privacy-blur", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /v1/internal/process-measurement", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/internal/process-measurement" } } ] } ], "bundled": true }