REST API Fundamentals

This section describes the REST resources and methods available for Oracle Fusion Cloud Enterprise Performance Management (EPM).

REST APIs provide an alternative to performing administrative tasks through the Oracle Fusion Cloud Enterprise Performance Management web interface. Because these tasks require technical and functional expertise, this guide is intended for Oracle Fusion Cloud Enterprise Performance Management Service Administrators. Before using the REST APIs, review the information in Prerequisites.

The REST APIs that a user can access are determined by the application roles and granular roles assigned to that user.

Encoding Spaces in Path and Query Parameter

If the value of a path or query parameter specified in the request URL contains a space, encode the space as %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

Note:

Values specified in the request payload do not require URL encoding.