{ "opencollection": "1.0.0", "info": { "name": "Oracle Fusion Cloud Applications Oracle Fusion Common Features REST Absences Project Tasks API", "version": "11.13.18.05" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Project Tasks", "type": "folder" }, "items": [ { "info": { "name": "Oracle Fusion Cloud Applications List project tasks", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projectTasks", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "fields", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query" }, { "name": "finder", "value": "", "type": "query" } ] }, "docs": "Retrieve project task records including task hierarchy, dates, assignments, and progress information." }, { "info": { "name": "Oracle Fusion Cloud Applications Create a project task", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projectTasks", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new task within a project." } ] } ], "bundled": true }