You can export the dimensions of pages, columns, and rows for a view with Anaplan transactional APIs. A dimension in Anaplan consists of the list items and properties of an Anaplan list.  Before you export this data, it’s a best practice to first retrieve the metadata for a view so you understand the format structure.

  1. Use the Retrieve metadata for dimensions on a view (/models/{modelId}/views/{viewId}) endpoint to retrieve the metadata you need to understand the format structure.  
  2. With that information, use the Retrieve cell data for a view (/models/{modelId}/views/{viewId}/data) endpoint to retrieve the details in CSV or JSON format.  

Learn how to map:

Also see an example of a how a view in Anaplan maps to a CSV output.