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


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


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


Delete RuleSetStep by id" }, { "info": { "name": "getQueryRuleSetSteps", "type": "http" }, "http": { "method": "GET", "url": "https://api.burstiq.com/api/metadata/datapipeline/steps/ruleset", "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 RuleSetStep by query" }, { "info": { "name": "postStep", "type": "http" }, "http": { "method": "POST", "url": "https://api.burstiq.com/api/metadata/datapipeline/steps/ruleset", "body": { "type": "json", "data": "{}" } }, "docs": "Allowed user roles:


Create a new RuleSetStep" }, { "info": { "name": "postRuleSetStepTrialRun", "type": "http" }, "http": { "method": "POST", "url": "https://api.burstiq.com/api/metadata/datapipeline/steps/ruleset/: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_9", "type": "http" }, "http": { "method": "GET", "url": "https://api.burstiq.com/api/metadata/datapipeline/steps/ruleset/:id/history", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Allowed user roles:


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