{ "opencollection": "1.0.0", "info": { "name": "HighBond API Reference Actions Workflow Groups API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workflow Groups", "type": "folder" }, "items": [ { "info": { "name": "Get a list of all workflow groups\n", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/workflow_groups", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." } ] }, "docs": "Get a list of all the workflow groups within the Results app of an organization." }, { "info": { "name": "Add user to a workflow group", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{server}/v1/orgs/:org_id/workflow_groups/:workflow_group_id/users", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "workflow_group_id", "value": "", "type": "path", "description": "The ID of the workflow group." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add users to the workflow groups that streamlines user assignment." }, { "info": { "name": "Remove a user from workflow group.", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{server}/v1/orgs/:org_id/workflow_groups/:workflow_group_id/users/:user_id", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "workflow_group_id", "value": "", "type": "path", "description": "The ID of the workflow group." }, { "name": "user_id", "value": "", "type": "path", "description": "The ID of the user." } ] }, "docs": "Remove users from the workflow groups for efficient user assignment." } ] } ], "bundled": true }