{ "opencollection": "1.0.0", "info": { "name": "Benchling AA Sequences Workflow Task Groups API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Workflow Task Groups", "type": "folder" }, "items": [ { "info": { "name": "List workflow task groups", "type": "http" }, "http": { "method": "GET", "url": "/api/v2/workflow-task-groups", "params": [ { "name": "ids", "value": "", "type": "query", "description": "Comma separated list of workflow task group IDs" }, { "name": "schemaId", "value": "", "type": "query", "description": "The workflow task schema ID of tasks in this task group" }, { "name": "folderId", "value": "", "type": "query", "description": "A folder ID" }, { "name": "projectId", "value": "", "type": "query", "description": "A project ID" }, { "name": "mentionedIn", "value": "", "type": "query", "description": "A comma separated list entry IDs" }, { "name": "watcherIds", "value": "", "type": "query", "description": "Comma separated list of user IDs or \"null\"" }, { "name": "executionTypes", "value": "", "type": "query", "description": "Comma separated list of workflow execution types. Acceptable execution types are \"DIRECT\" and \"ENTRY\"\n" }, { "name": "responsibleTeamIds", "value": "", "type": "query", "description": "Comma separated list of team IDs or \"null\"" }, { "name": "statusIds.anyOf", "value": "", "type": "query", "description": "Commas separated list of Status ids. Maximum of 100. Returns workflows where at least one task is of one of the provided statuses." }, { "name": "statusIds.noneOf", "value": "", "type": "query", "description": "Commas separated list of Status ids. Returns workflows where none of the tasks are of any of the provided statuses." }, { "name": "statusIds.only", "value": "", "type": "query", "description": "Commas separated list of Status ids. Returns workflows where all of the tasks are of one of the provided statuses." }, { "name": "name", "value": "", "type": "query", "description": "The name of the workflow task group" }, { "name": "nameIncludes", "value": "", "type": "query", "description": "Part of the name of the workflow task group" }, { "name": "creatorIds", "value": "", "type": "query", "description": "Comma separated list of user IDs." }, { "name": "modifiedAt", "value": "", "type": "query", "description": "Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30. Date ranges can be specified with the following nomenclature > YYYY-MM-DD AND