show_allviews
Retrieve all views for an Anaplan model, including default and saved views across modules. Provide the model ID to get a complete list.
Instructions
List all views in a model (cross-module, includes default and saved). Note: requires model ID (name resolution not supported).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modelId | Yes | Anaplan model ID (name resolution not supported -- use show_models to find the ID) | |
| includeSubsidiaryViews | No | Include unsaved subsidiary views in results | |
| limit | No | Max items to return (default 50, max 1000) | |
| search | No | Filter by name or ID (case-insensitive substring match) |