Hi,
Can anyone provide the request code for Retrieve dimensions IDs for a line item? I tried to create & test the below code but its not working
curl -X GET 'https://api.anaplan.com/2/0/models/{modelId}/modules/{moduleId}/lineItems/{lineItems}/dimensions' \
-H 'Authorization: AnaplanAuthToken {anaplan_auth_token}' \
-H 'Accept: application/json'
