7 REST Resources and Methods
This section describes the REST APIs for Oracle Fusion Cloud EPM.
Completing administrative tasks using REST APIs as an alternative to using the user interface requires considerable technical and functional expertise. Only technically competent Oracle Fusion Cloud Enterprise Performance Management Administrators should use this guide to perform Cloud EPM administrative tasks. For prerequisites to using these REST APIs, see Prerequisites.
The predefined and application roles assigned to the user of the REST API determine which APIs can be executed.
Encoding Required for Space Character in the Value of Path or Query Parameter
If there is a space in the value of a parameter that is specified in the URL itself
(that is, it is a path or query parameter), this space must be encoded with
%20
.
Examples:
GET /interop/rest/security/v2/report/roleassignmentreport/user?userlogin=admin1&rolename=Service%20Administrator
GET /interop/rest/security/v2/report/roleassignmentreport/group?groupname=Planning%20Analysts&rolename=Service%20Administrator
The values of payload parameters do not need to be encoded.