Retrieve a comprehensive list of dimensions and their properties from Anaplan Financial Consolidation through the API to integrate critical financial data into external applications. 

When organizations use the Financial Consolidation API to access this information, they can establish a dynamic connection between their Financial Consolidation solution and various other software systems, such as reporting tools or planning applications.

This integration ensures that the most up-to-date dimension details are readily available for analysis, budgeting, and decision-making across platforms. By using the REST API, organizations can share data efficiently, reduce manual data entry, and keep data consistent between systems. This improves their financial processes and makes their strategic initiatives more accurate.

Use this endpoint to retrieve the complete list of dimensions in your Financial Consolidation system.

GET

/metadata/Dimensions

curl --location 'https://fluenceapi-prod.fluence.app/api/v2305.1/metadata/dimensions \

--header 'TENANT: CustomerTenant' \

--header 'X-API-TOKEN: 73ca5973-ce3e-4cc6-b2d4-b09a99770ccf'

[

  {

    "dimensionName": "Account",

    "translations": "fr",

    "relatedDimension": null,

    "properties": [

      {

        "propertyName": "Classification",

        "propertyType": "string",

        "standardProperty": true,

        "reportingProperty": true,

        "readonlyProperty": false,

        "processingStatus": 0,

        "typeInfo": null

      },

      {

        "propertyName": "Consolidation",

        "propertyType": "string",

        "standardProperty": true,

        "reportingProperty": false,

        "readonlyProperty": false,

        "processingStatus": 0,

        "typeInfo": null

      },

      {

        "propertyName": "Conversion",

        "propertyType": "string",

        "standardProperty": true,

        "reportingProperty": false,

        "readonlyProperty": false,

        "processingStatus": 0,

        "typeInfo": null

      },

      {

        "propertyName": "CopyOpening",

        "propertyType": "string",

        "standardProperty": true,

        "reportingProperty": false,

        "readonlyProperty": false,

        "processingStatus": 0,

        "typeInfo": null

      },

      {

        "propertyName": "DebitCredit",

        "propertyType": "string",

        "standardProperty": true,

        "reportingProperty": false,

        "readonlyProperty": false,

        "processingStatus": 0,

        "typeInfo": null

      },

      {

        "propertyName": "Journal",

        "propertyType": "Bit",

        "standardProperty": true,

        "reportingProperty": false,

        "readonlyProperty": false,

        "processingStatus": 0,

        "typeInfo": null

      },

      {

        "propertyName": "MovementClass",

        "propertyType": "string",

        "standardProperty": false,

        "reportingProperty": false,

        "readonlyProperty": false,

        "processingStatus": 0,

        "typeInfo": null

      },

      {

        "propertyName": "SysName",

        "propertyType": "List",

        "standardProperty": true,

        "reportingProperty": false,

        "readonlyProperty": false,

        "processingStatus": 0,

        "typeInfo": null

      },

      {

        "propertyName": "TimeBalance",

        "propertyType": "string",

        "standardProperty": true,

        "reportingProperty": false,

        "readonlyProperty": false,

        "processingStatus": 0,

        "typeInfo": null

      },

      {

        "propertyName": "Variation",

        "propertyType": "Bit",

        "standardProperty": true,

        "reportingProperty": false,

        "readonlyProperty": false,

        "processingStatus": 0,

        "typeInfo": null

      }

    ],

    "processingStatus": null

  }

]

Note:  More results were returned but were removed for brevity.