{ "opencollection": "1.0.0", "info": { "name": "ToolJet External Applications Groups API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "List groups in workspace", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}/api/ext/workspace/:workspaceId/groups", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "Workspace UUID" }, { "name": "search", "value": "", "type": "query", "description": "Filter groups by name" }, { "name": "page", "value": "", "type": "query", "description": "Page number" }, { "name": "per_page", "value": "", "type": "query", "description": "Results per page" } ] }, "docs": "List groups in workspace" }, { "info": { "name": "Create a group in workspace", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}/api/ext/workspace/:workspaceId/groups", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "Workspace UUID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a group in workspace" }, { "info": { "name": "Get a group by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}/api/ext/workspace/:workspaceId/groups/:groupId", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "Workspace UUID" }, { "name": "groupId", "value": "", "type": "path", "description": "Group UUID" } ] }, "docs": "Get a group by ID" }, { "info": { "name": "Update a group", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}/api/ext/workspace/:workspaceId/groups/:groupId", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "Workspace UUID" }, { "name": "groupId", "value": "", "type": "path", "description": "Group UUID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a group" }, { "info": { "name": "Delete a group", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}/api/ext/workspace/:workspaceId/groups/:groupId", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "Workspace UUID" }, { "name": "groupId", "value": "", "type": "path", "description": "Group UUID" } ] }, "docs": "Delete a group" } ] } ], "bundled": true }