- 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.