{ "opencollection": "1.0.0", "info": { "name": "Robocorp Control Room Assets Worker Groups API", "version": "v1" }, "items": [ { "info": { "name": "Worker Groups", "type": "folder" }, "items": [ { "info": { "name": "List Worker Groups", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.robocorp.com/api/v1/workspaces/:workspace_id/worker-groups", "params": [ { "name": "workspace_id", "value": "", "type": "path", "description": "The workspace identifier" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List all worker groups in a workspace." }, { "info": { "name": "Create Worker Group", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.robocorp.com/api/v1/workspaces/:workspace_id/worker-groups", "params": [ { "name": "workspace_id", "value": "", "type": "path", "description": "The workspace identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a new worker group for organizing workers." }, { "info": { "name": "Get Worker Group", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.robocorp.com/api/v1/workspaces/:workspace_id/worker-groups/:worker_group_id", "params": [ { "name": "workspace_id", "value": "", "type": "path", "description": "The workspace identifier" }, { "name": "worker_group_id", "value": "", "type": "path", "description": "The worker group identifier" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve a specific worker group by ID." }, { "info": { "name": "Update Worker Group", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.robocorp.com/api/v1/workspaces/:workspace_id/worker-groups/:worker_group_id", "params": [ { "name": "workspace_id", "value": "", "type": "path", "description": "The workspace identifier" }, { "name": "worker_group_id", "value": "", "type": "path", "description": "The worker group identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Modify worker group details." }, { "info": { "name": "Delete Worker Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud.robocorp.com/api/v1/workspaces/:workspace_id/worker-groups/:worker_group_id", "params": [ { "name": "workspace_id", "value": "", "type": "path", "description": "The workspace identifier" }, { "name": "worker_group_id", "value": "", "type": "path", "description": "The worker group identifier" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete a worker group from the workspace." } ] } ], "bundled": true }