show_lineitems
Retrieve line items from an Anaplan module, including IDs needed for data writing. Optionally include full metadata like formulas and dimensions.
Instructions
List line items in a module. Line item IDs are needed for write_cells. Use includeAll=true for formulas, formats, and dimensions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | Anaplan workspace ID or name | |
| modelId | Yes | Anaplan model ID or name | |
| moduleId | Yes | Anaplan module ID or name | |
| includeAll | No | Include full metadata (formula, format, version, appliesTo) | |
| limit | No | Max items to return (default 50, max 1000) | |
| search | No | Filter by name or ID (case-insensitive substring match) |