特定のモデル内のディメンションとそのプロパティの包括的なリストを取得します。

ディメンションとプロパティの情報を取得したら、ディメンション プロパティ用語集を使用して、各プロパティの目的とタイプを識別できます。

GET

/metadata/models/{modelName}/Dimensions

パラメータータイプ説明必須かどうか
{modelname}文字列Anaplan Financial Consolidation テナント内のモデルの名前。必須

この curl のサンプルでは、「Demo Sandbox」テナント内の「Consolidation」モデルからディメンションとそのプロパティのリストをリクエストしています。

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

--header 'TENANT:CustomerTenant' \

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

[

    {

        "dimensionName":"Account",

        "dimensionType":"Account",

        "translations": "fr",

        "relatedDimension": null,

        "properties": [

            {

                "propertyName":"Classification",

                "propertyType": "list",

                "standardProperty": true,

                "reportingProperty": true,

                "readonlyProperty": false,

                "processingStatus":0,

                "typeInfo":"Classification"

            },

            {

                "propertyName":"Consolidation",

                "propertyType": "list",

                "standardProperty": true,

                "reportingProperty": false,

                "readonlyProperty": false,

                "processingStatus":0,

                "typeInfo":"Consolidation"

            },

            {

                "propertyName":"Conversion",

                "propertyType": "list",

                "standardProperty": true,

                "reportingProperty": false,

                "readonlyProperty": false,

                "processingStatus":0,

                "typeInfo":"Conversion"

            },

            {

                "propertyName":"CopyOpening",

                "propertyType": "list",

                "standardProperty": true,

                "reportingProperty": false,

                "readonlyProperty": false,

                "processingStatus":0,

                "typeInfo":"CopyOpening"

            },

            {

                "propertyName":"DebitCredit",

                "propertyType": "list",

                "standardProperty": true,

                "reportingProperty": false,

                "readonlyProperty": false,

                "processingStatus":0,

                "typeInfo":"DebitCredit"

            },

            {

                "propertyName":"IsLocked",

                "propertyType": "bool",

                "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

    }

]

注記:  さらに多くの結果が返されましたが、簡潔にするために削除されました。