FCC REST API GET Approval unit Status
Summary:
Dear Community,
We are currently setting up an Oracle EPM FCC instance and need the ability to read the Approval Unit Status for our planned Data Integration.
Our first approach is to check the FCC Approval Unit Status via REST API.
The REST API should be embedded in a Groovy Business Rule.
As we have little experience in REST API so far, we have approached it as follows:
- We have defined a connection in the FCC, which is stored with user and password details.
- We have created a Groovy Rule, which authenticates against the FCC using the connection to return the approval unit status in the same step.
0