{ "opencollection": "1.0.0", "info": { "name": "Saasxl-api doc Extraction Controller API", "version": "1.0" }, "items": [ { "info": { "name": "extraction-controller", "type": "folder" }, "items": [ { "info": { "name": "updateExtraction", "type": "http" }, "http": { "method": "PUT", "url": "https://datagol-be.events.com/noCo/api/v2/workspaces/:workspaceId/extraction/:id", "params": [ { "name": "workspaceId", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteExtraction", "type": "http" }, "http": { "method": "DELETE", "url": "https://datagol-be.events.com/noCo/api/v2/workspaces/:workspaceId/extraction/:id", "params": [ { "name": "workspaceId", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "createExtraction", "type": "http" }, "http": { "method": "POST", "url": "https://datagol-be.events.com/noCo/api/v2/workspaces/:workspaceId/extraction", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "triggerExtraction", "type": "http" }, "http": { "method": "POST", "url": "https://datagol-be.events.com/noCo/api/v2/workspaces/:workspaceId/extraction/:id/:elementType/:elementId/run", "params": [ { "name": "workspaceId", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "elementType", "value": "", "type": "path" }, { "name": "elementId", "value": "", "type": "path" }, { "name": "extractOnlyNew", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "triggerStandardTestExtraction", "type": "http" }, "http": { "method": "POST", "url": "https://datagol-be.events.com/noCo/api/v2/workspaces/:workspaceId/extraction/test", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "generateSchema", "type": "http" }, "http": { "method": "POST", "url": "https://datagol-be.events.com/noCo/api/v2/workspaces/:workspaceId/extraction/schema/generate", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "triggerAdvancedTestExtraction", "type": "http" }, "http": { "method": "POST", "url": "https://datagol-be.events.com/noCo/api/v2/workspaces/:workspaceId/extraction/advanced/test", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getExtraction", "type": "http" }, "http": { "method": "GET", "url": "https://datagol-be.events.com/noCo/api/v2/workspaces/:workspaceId/extraction/:elementType/:elementId", "params": [ { "name": "workspaceId", "value": "", "type": "path" }, { "name": "elementType", "value": "", "type": "path" }, { "name": "elementId", "value": "", "type": "path" } ] } } ] } ], "bundled": true }