{ "opencollection": "1.0.0", "info": { "name": "Oracle Fusion Cloud Applications Oracle Fusion Common Features REST Absences Projects API", "version": "11.13.18.05" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "Oracle Fusion Cloud Applications List projects", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projects", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "fields", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query" }, { "name": "orderBy", "value": "", "type": "query" }, { "name": "finder", "value": "", "type": "query" }, { "name": "expand", "value": "", "type": "query" } ] }, "docs": "Retrieve project definitions including project attributes, organizational assignments, and status information." }, { "info": { "name": "Oracle Fusion Cloud Applications Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new project definition with attributes and assignments." }, { "info": { "name": "Oracle Fusion Cloud Applications Get a project", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projects/:ProjectId", "params": [ { "name": "ProjectId", "value": "", "type": "path", "description": "Unique project identifier" }, { "name": "fields", "value": "", "type": "query" }, { "name": "expand", "value": "", "type": "query" } ] }, "docs": "Retrieve a specific project definition by identifier." }, { "info": { "name": "Oracle Fusion Cloud Applications Update a project", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projects/:ProjectId", "params": [ { "name": "ProjectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing project definition." } ] } ], "bundled": true }