Is it possible to pass parameters to EDM extract definition via payload? — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Is it possible to pass parameters to EDM extract definition via payload?

Hi,

We have requirement to pass dates as parameters ( in payload) to EDM extract. Is it possible?

For example, I created incremental extract in EDM with 'From' and 'To' as 'Specified' and given some dates (attached screenshot for better understanding). Now I would like to run the extract using REST API and need to pass 'From' and 'To' dates as parameters via payload. Is it possible?


From Oracle REST API documentation, we can pass only below in Payload .

Extract a dimension viewpoint
method: post
uri: /epm/rest/v1/dimensions/byName/extract

{
"applicationName": "Appname",
"dimensionName": "dimname",
"fileName": "Hierarchy.xlsx",
"extractName" : "dim_extract_incremental"

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!