How to Dimension ID and Item ID ?

Hi Team , 

 

I'm trying to get Subsidiary module data in a CSV using below API.

 

How to get Dimension ID and Item ID

 

 

API Used :

curl -X GET 'https://api.anaplan.com/2/0/models/{modelId}/views/{viewId}/data?pages=dimensionId:itemId&format=v1&exportType={TABULAR_SINGLE_COLUMN}&moduleId={moduleId}' \ -H 'Authorization: AnaplanAuthToken {anaplan_auth_token}' \ -H 'Accept: text/csv'

 

Can you guys help me to get the Dimension and Item ID

 

Regards,

Vinoth Kumar K.

Comments