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


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


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


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


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


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