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.
- 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. - 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:
- Dimension information to header data in a CSV output file
- Dimension information to header data in a JSON output file
- Multiple dimensions on rows or columns
Also see an example of a how a view in Anaplan maps to a CSV output.