{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector WorkflowTasks API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "WorkflowTasks", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Workflowtasks", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/workflowtasks", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Version of Purview APIs" }, { "name": "viewMode", "value": "", "type": "query", "description": "To filter user's sent, received or history workflow tasks." }, { "name": "workflowIds", "value": "", "type": "query", "description": "Filter items by workflow id list." }, { "name": "timeWindow", "value": "", "type": "query", "description": "Time window of filtering items." }, { "name": "maxpagesize", "value": "", "type": "query", "description": "The maximum page size to get the items at one time." }, { "name": "orderby", "value": "", "type": "query", "description": "The key word which used to sort the results." }, { "name": "taskTypes", "value": "", "type": "query", "description": "Filter items by workflow task type." }, { "name": "taskStatuses", "value": "", "type": "query", "description": "Filter workflow tasks by status." }, { "name": "workflowNameKeyword", "value": "", "type": "query", "description": "The key word which could used to filter workflow item with related workflow." } ] }, "docs": "Get all workflow tasks." }, { "info": { "name": "Microsoft Azure Get Workflowtasks Taskid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/workflowtasks/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path", "description": "The task id." } ] }, "docs": "Get a workflow task." }, { "info": { "name": "Microsoft Azure Post Workflowtasks Taskid Approve Approval", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/workflowtasks/:taskId/approve-approval", "params": [ { "name": "taskId", "value": "", "type": "path", "description": "The task id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of Purview APIs" } ] }, "docs": "Approve an approval task." }, { "info": { "name": "Microsoft Azure Post Workflowtasks Taskid Reject Approval", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/workflowtasks/:taskId/reject-approval", "params": [ { "name": "taskId", "value": "", "type": "path", "description": "The task id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of Purview APIs" } ] }, "docs": "Reject an approval task." }, { "info": { "name": "Microsoft Azure Post Workflowtasks Taskid Reassign", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/workflowtasks/:taskId/reassign", "params": [ { "name": "taskId", "value": "", "type": "path", "description": "The task id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of Purview APIs" } ] }, "docs": "Reassign a workflow task." }, { "info": { "name": "Microsoft Azure Post Workflowtasks Taskid Change Task Status", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/workflowtasks/:taskId/change-task-status", "params": [ { "name": "taskId", "value": "", "type": "path", "description": "The task id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of Purview APIs" } ] }, "docs": "Update the status of a workflow task request." } ] } ], "bundled": true }