list_items
Retrieve resources like customers, contacts, and sales orders from Business Central with OData filtering and pagination.
Instructions
Get items from Business Central with filtering and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of items to return (optional) | |
| skip | No | Number of items to skip for pagination (optional) | |
| filter | No | OData filter expression (optional) | |
| resource | Yes | The resource name (e.g., customers, contacts, salesOpportunities) |