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


get the user group in the secure data zone" }, { "info": { "name": "putUpdateUserGroup", "type": "http" }, "http": { "method": "PUT", "url": "https://api.burstiq.com/api/metadata/usergroup/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Allowed user roles:


put (update) a User group into the secure data zone" }, { "info": { "name": "deleteUserGroup", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.burstiq.com/api/metadata/usergroup/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Allowed user roles:


delete the user group in the secure data zone" }, { "info": { "name": "getQueryUserGroups", "type": "http" }, "http": { "method": "GET", "url": "https://api.burstiq.com/api/metadata/usergroup", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "description", "value": "", "type": "query" }, { "name": "groupContains", "value": "", "type": "query" }, { "name": "orderBy", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ] }, "docs": "Allowed user roles:


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


create a User group into the secure data zone" }, { "info": { "name": "getHistory", "type": "http" }, "http": { "method": "GET", "url": "https://api.burstiq.com/api/metadata/usergroup/:id/history", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Allowed user roles:


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


search for terms" }, { "info": { "name": "getUserGroupByName", "type": "http" }, "http": { "method": "GET", "url": "https://api.burstiq.com/api/metadata/usergroup/lookup", "params": [ { "name": "name", "value": "", "type": "query" } ] }, "docs": "Allowed user roles:


get the user group in the secure data zone" } ] } ], "bundled": true }