{ "opencollection": "1.0.0", "info": { "name": "LifeGraph APIs BlastAI APIs SDZ Specific Term APIs API", "version": "2.42.0" }, "items": [ { "info": { "name": "SDZ Specific Term APIs", "type": "folder" }, "items": [ { "info": { "name": "getTermById", "type": "http" }, "http": { "method": "GET", "url": "https://api.burstiq.com/api/metadata/terms/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Allowed user roles:


Get a SDZ specific term (by Id)" }, { "info": { "name": "putTerms", "type": "http" }, "http": { "method": "PUT", "url": "https://api.burstiq.com/api/metadata/terms/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Allowed user roles:


Update a terms record for a specific SDZ" }, { "info": { "name": "putTermsActiveFlag", "type": "http" }, "http": { "method": "PUT", "url": "https://api.burstiq.com/api/metadata/terms/:id/:activeFlag", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "activeFlag", "value": "", "type": "path" } ] }, "docs": "Allowed user roles:


set a terms record to active (true) or inactive (false)" }, { "info": { "name": "getTerms", "type": "http" }, "http": { "method": "GET", "url": "https://api.burstiq.com/api/metadata/terms", "params": [ { "name": "type", "value": "", "type": "query" }, { "name": "active", "value": "", "type": "query" }, { "name": "version", "value": "", "type": "query" }, { "name": "orderBy", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ] }, "docs": "Allowed user roles:


query terms from a SDZ" }, { "info": { "name": "postTerms", "type": "http" }, "http": { "method": "POST", "url": "https://api.burstiq.com/api/metadata/terms", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "active", "value": "", "type": "query" }, { "name": "version", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Allowed user roles:


Create a sdz specific terms record" }, { "info": { "name": "getHistory_2", "type": "http" }, "http": { "method": "GET", "url": "https://api.burstiq.com/api/metadata/terms/:id/history", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Allowed user roles:


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


Search for terms record within a specific SDZ" } ] } ], "bundled": true }