API を介して Anaplan Financial Consolidation からディメンションとそのプロパティの包括的なリストを取得し、重要な財務データを外部アプリケーションに統合します。
組織で Financial Consolidation API を使用してこの情報にアクセスすると、Financial Consolidation ソリューション、及びレポート ツールやプランニング アプリケーションなどのさまざまな他のソフトウェア システムとの間に動的な接続を確立できます。
この統合により、プラットフォーム間での分析、予算編成、意思決定に最新のディメンションの詳細をすぐに利用できるようになります。REST API を使用することで、組織ではデータを効率的に共有し、手動によるデータ入力を減らし、システム間でデータの一貫性を保つことができます。これにより、財務プロセスが改善され、戦略的取り組みの精度が向上します。
このエンドポイントを使用して、Financial Consolidation システム内のディメンションの完全なリストを取得します。
メソッドとエンドポイント
/metadata/Dimensions
Curl のサンプル
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
}
]
注記: さらに多くの結果が返されましたが、簡潔にするために削除されました。