show_lineitem_dimensions_items
Retrieve all dimension items for a given line item's dimension in one call by specifying model, line item, and dimension IDs.
Instructions
List dimension items for a specific line item's dimension. Combines show_lineitem_dimensions + show_dimensionitems in one call. 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) | |
| lineItemId | Yes | Line item ID (from show_lineitems or show_alllineitems) | |
| dimensionId | Yes | Dimension ID (from show_lineitem_dimensions or show_viewdetails) | |
| limit | No | Max items to return (default 50, max 1000) | |
| search | No | Filter by name or ID (case-insensitive substring match) |