{ "opencollection": "1.0.0", "info": { "name": "Oracle Fusion Cloud Applications Oracle Fusion Common Features REST Absences Manage Tasks API", "version": "11.13.18.05" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Manage Tasks", "type": "folder" }, "items": [ { "info": { "name": "Oracle Fusion Cloud Applications List workflow tasks", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oraclecloud.com/bpm/api/4.0/tasks", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Retrieve BPM workflow tasks including approval requests and action items assigned to users." }, { "info": { "name": "Oracle Fusion Cloud Applications Get a workflow task", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oraclecloud.com/bpm/api/4.0/tasks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a specific workflow task." }, { "info": { "name": "Oracle Fusion Cloud Applications Perform a task action", "type": "http" }, "http": { "method": "PUT", "url": "https://{instance}.oraclecloud.com/bpm/api/4.0/tasks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Perform an action on a workflow task such as approve, reject, reassign, or escalate." } ] } ], "bundled": true }