Skip to content

Instantly share code, notes, and snippets.

@raj-arun
Created September 28, 2021 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raj-arun/9315c4618690f212c5aa9fa7f7821095 to your computer and use it in GitHub Desktop.
Save raj-arun/9315c4618690f212c5aa9fa7f7821095 to your computer and use it in GitHub Desktop.
EPM REST API Export Data Slice Example
{
"exportPlanningData": false,
"gridDefinition": {
"suppressMissingBlocks": true,
"pov": {
"dimensions": [
"Movement",
"Years",
"Period",
"Data Source",
"Scenario",
"Entity",
"View",
"Intercompany",
"Multi-GAAP",
"Product"
],
"members": [
[
"FCCS_Mvmts_Subtotal"
],
[
"FY18"
],
[
"YearTotal"
],
[
"FCCS_TotalInputAndAdjusted"
],
[
"Actual"
],
[
"C_100"
],
[
"FCCS_Periodic"
],
[
"FCCS_Intercompany Top"
],
[
"FCCS_IFRS"
],
[
"Total Product"
]
]
},
"columns": [
{
"dimensions": [
"Consolidation",
"Currency"
],
"members": [
[
"FCCS_Entity Total"
],
[
"Entity Currency"
]
]
}
],
"rows": [
{
"dimensions": [
"Account"
],
"members": [
[
"FCCS_Total Assets"
]
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment