{ "opencollection": "1.0.0", "info": { "name": "LifeGraph APIs BlastAI APIs Data Pipeline JS Transform Step APIs API", "version": "2.42.0" }, "items": [ { "info": { "name": "Data Pipeline JS Transform Step APIs", "type": "folder" }, "items": [ { "info": { "name": "getJSTransformStepById", "type": "http" }, "http": { "method": "GET", "url": "https://api.burstiq.com/api/metadata/datapipeline/steps/transform/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Allowed user roles:


Get JSTransformStep by id" }, { "info": { "name": "putJSTransformStep", "type": "http" }, "http": { "method": "PUT", "url": "https://api.burstiq.com/api/metadata/datapipeline/steps/transform/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Allowed user roles:


Update a JsTransformStep" }, { "info": { "name": "deleteJSTransformStepById", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.burstiq.com/api/metadata/datapipeline/steps/transform/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Allowed user roles:


Delete JSTransformStep by id" }, { "info": { "name": "getQueryJSTransformSteps", "type": "http" }, "http": { "method": "GET", "url": "https://api.burstiq.com/api/metadata/datapipeline/steps/transform", "params": [ { "name": "description", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "orderBy", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ] }, "docs": "Allowed user roles:


Get JSTransformSteps by query" }, { "info": { "name": "postJSTransformStep", "type": "http" }, "http": { "method": "POST", "url": "https://api.burstiq.com/api/metadata/datapipeline/steps/transform", "body": { "type": "json", "data": "{}" } }, "docs": "Allowed user roles:


Create a new JsTransformStep" }, { "info": { "name": "postJsTransformStepTrialRun", "type": "http" }, "http": { "method": "POST", "url": "https://api.burstiq.com/api/metadata/datapipeline/steps/transform/:id/trial-run", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Allowed user roles:


using step id, looks up the step and executes a single step against a single data record and returns what the result would be" }, { "info": { "name": "getHistory_8", "type": "http" }, "http": { "method": "GET", "url": "https://api.burstiq.com/api/metadata/datapipeline/steps/transform/:id/history", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Allowed user roles:


gets the history of a jSTransformStep" } ] } ], "bundled": true }