{ "opencollection": "1.0.0", "info": { "name": "LifeGraph APIs BlastAI APIs Dictionary Metadata APIs API", "version": "2.42.0" }, "items": [ { "info": { "name": "Dictionary Metadata APIs", "type": "folder" }, "items": [ { "info": { "name": "getQueryDicts", "type": "http" }, "http": { "method": "GET", "url": "https://api.burstiq.com/api/metadata/dictionary", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "description", "value": "", "type": "query" }, { "name": "orderBy", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ] }, "docs": "Allowed user roles:


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


DEPRECATED: Create with job instead. | Create a dictionary into the secure data zone.

Deprecated since 16 JUL 24
" }, { "info": { "name": "putDict", "type": "http" }, "http": { "method": "PUT", "url": "https://api.burstiq.com/api/metadata/dictionary", "body": { "type": "json", "data": "{}" } }, "docs": "Allowed user roles:


DEPRECATED: Update with job instead. | Put (update) the dictionary in the secure data zone.

Deprecated since 16 JUL 24
" }, { "info": { "name": "postPredictDict", "type": "http" }, "http": { "method": "POST", "url": "https://api.burstiq.com/api/metadata/dictionary/predict", "params": [ { "name": "sheetNum", "value": "", "type": "query" }, { "name": "sheetName", "value": "", "type": "query" }, { "name": "description", "value": "", "type": "query" }, { "name": "standardizeNames", "value": "", "type": "query" }, { "name": "primaryIndexCols", "value": "", "type": "query" }, { "name": "maxRowsToUse", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Allowed user roles:


uses a data file to predict a dictionary definition (uses Nostradamus" }, { "info": { "name": "getDict", "type": "http" }, "http": { "method": "GET", "url": "https://api.burstiq.com/api/metadata/dictionary/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Allowed user roles:


gets a dictionary by name from the secure data zone" }, { "info": { "name": "deleteDict", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.burstiq.com/api/metadata/dictionary/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Allowed user roles:


DEPRECATED: Use drop job instead. | BEWARE: Deletes a dictionary by name from the secure data zone AND it data.

Deprecated since 16 JUL 24
" }, { "info": { "name": "getHistory_6", "type": "http" }, "http": { "method": "GET", "url": "https://api.burstiq.com/api/metadata/dictionary/:name/history", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Allowed user roles:


gets the history of a dictionary" }, { "info": { "name": "getSearch_6", "type": "http" }, "http": { "method": "GET", "url": "https://api.burstiq.com/api/metadata/dictionary/search", "params": [ { "name": "terms", "value": "", "type": "query" } ] }, "docs": "Allowed user roles:


search for terms" }, { "info": { "name": "getQueryDictsReferencable", "type": "http" }, "http": { "method": "GET", "url": "https://api.burstiq.com/api/metadata/dictionary/referenceable/:type", "params": [ { "name": "type", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "query" }, { "name": "description", "value": "", "type": "query" }, { "name": "orderBy", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ] }, "docs": "Allowed user roles:


query dictionaries from the secure data zone that can be used in a reference datatype" } ] } ], "bundled": true }