This was a lying in my draft for a quite long time after my webinar on this topic, finally publishing it :-) have fun.
The complete documentation for the REST API for Oracle EPM Cloud is here
Straight from document:
REST describes any simple interface that transmits data over a standardized interface (such as HTTP) without an additional messaging layer, such as SOAP. REST provides a set of design rules for creating stateless services that are viewed as resources, or sources of specific information, and can be identified by their unique URIs. RESTful web services are services that are built according to REST principles and, as such, are designed to work well on the web. Typically, RESTful web services are built on the HTTP protocol and implement operations that map to the common HTTP methods, such as GET, POST, PUT, and DELETE to retrieve, create, update, and delete resources, respectively.
REST API Methods
You can create, view, update, or delete Oracle Enterprise Performance Management
Cloud resources using standard HTTP method requests, as shown below
Current REST API Version
Covering only majorly used components
There are multiple REST API clients available for free, you can pick as per your choice.
The complete documentation for the REST API for Oracle EPM Cloud is here
Straight from document:
REST describes any simple interface that transmits data over a standardized interface (such as HTTP) without an additional messaging layer, such as SOAP. REST provides a set of design rules for creating stateless services that are viewed as resources, or sources of specific information, and can be identified by their unique URIs. RESTful web services are services that are built according to REST principles and, as such, are designed to work well on the web. Typically, RESTful web services are built on the HTTP protocol and implement operations that map to the common HTTP methods, such as GET, POST, PUT, and DELETE to retrieve, create, update, and delete resources, respectively.
REST API Methods
You can create, view, update, or delete Oracle Enterprise Performance Management
Cloud resources using standard HTTP method requests, as shown below
Method |
Description
|
---|---|
GET
|
Retrieve information about the REST API resource
|
POST
|
Create a REST API resource
|
PUT
|
Update a REST API resource
|
DELETE
|
Delete a REST API resource or related component
|
Current REST API Version
Covering only majorly used components
REST Resource | REST API version | Getting REST API Versions |
---|---|---|
Planning
|
v3
|
/HyperionPlanning/rest/
|
Migration
|
11.1.2.3.600
|
/interop/rest/
|
Data Management
|
V1
|
/aif/rest/
|
There are multiple REST API clients available for free, you can pick as per your choice.