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"