{ "opencollection": "1.0.0", "info": { "name": "LifeGraph APIs BlastAI APIs Edge Definition Metadata APIs API", "version": "2.42.0" }, "items": [ { "info": { "name": "Edge Definition Metadata APIs", "type": "folder" }, "items": [ { "info": { "name": "getEdgeById", "type": "http" }, "http": { "method": "GET", "url": "https://api.burstiq.com/api/metadata/edge/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Allowed user roles:


get an edge. based on id" }, { "info": { "name": "putUpdateEdge", "type": "http" }, "http": { "method": "PUT", "url": "https://api.burstiq.com/api/metadata/edge/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Allowed user roles:


put (update) the edges in the secure data zone" }, { "info": { "name": "deleteEdgeById", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.burstiq.com/api/metadata/edge/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Allowed user roles:


delete an edge definition in the secure data zone, based on id" }, { "info": { "name": "getQueryEdges", "type": "http" }, "http": { "method": "GET", "url": "https://api.burstiq.com/api/metadata/edge", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "fromDictionary", "value": "", "type": "query" }, { "name": "toDictionary", "value": "", "type": "query" }, { "name": "orderBy", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ] }, "docs": "Allowed user roles:


query edges from the secure data zone" }, { "info": { "name": "postCreateEdge", "type": "http" }, "http": { "method": "POST", "url": "https://api.burstiq.com/api/metadata/edge", "body": { "type": "json", "data": "{}" } }, "docs": "Allowed user roles:


post (insert) the edges into the secure data zone" }, { "info": { "name": "getHistory_5", "type": "http" }, "http": { "method": "GET", "url": "https://api.burstiq.com/api/metadata/edge/:id/history", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Allowed user roles:


gets the history of an edge definition" }, { "info": { "name": "getEdge", "type": "http" }, "http": { "method": "GET", "url": "https://api.burstiq.com/api/metadata/edge/:from/:to/:name", "params": [ { "name": "from", "value": "", "type": "path" }, { "name": "to", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "path" } ] }, "docs": "Allowed user roles:


get an edge. based on from dictionary, to dictionary and label, from the secure data zone" }, { "info": { "name": "getSearch_5", "type": "http" }, "http": { "method": "GET", "url": "https://api.burstiq.com/api/metadata/edge/search", "params": [ { "name": "terms", "value": "", "type": "query" } ] }, "docs": "Allowed user roles:


search for terms" } ] } ], "bundled": true }