{ "opencollection": "1.0.0", "info": { "name": "Oracle Fusion Cloud Applications Oracle Fusion Common Features REST Absences Awards API", "version": "11.13.18.05" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Awards", "type": "folder" }, "items": [ { "info": { "name": "Oracle Fusion Cloud Applications List awards", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/awards", "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 grant and award records including funding sources, budget periods, and personnel assignments." }, { "info": { "name": "Oracle Fusion Cloud Applications Create an award", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/awards", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new grant or award record." }, { "info": { "name": "Oracle Fusion Cloud Applications Get an award", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/awards/:AwardId", "params": [ { "name": "AwardId", "value": "", "type": "path", "description": "Award unique identifier" }, { "name": "fields", "value": "", "type": "query" }, { "name": "expand", "value": "", "type": "query" } ] }, "docs": "Retrieve a specific award record." }, { "info": { "name": "Oracle Fusion Cloud Applications Update an award", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/awards/:AwardId", "params": [ { "name": "AwardId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing award record." } ] } ], "bundled": true }