List Orders
ploomes_orders_listSearch and list orders in Ploomes CRM using OData filters, sorting, field selection, and pagination. Include related entities and custom fields via $expand.
Instructions
Search and list orders in Ploomes CRM. Supports OData filtering, sorting, field selection, and pagination. Use $expand=OtherProperties to include custom fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | OData $filter expression. E.g.: "DealId eq 123", "ContactId eq 456", "StageId eq 10" | |
| select | No | Comma-separated fields to return. E.g.: "Id,Title,ContactId,Amount" | |
| expand | No | Related entities to include. E.g.: "Contact, Person, Deal, Template, Pages, Products, Sections, Attachments, OtherProperties, Comments" | |
| orderby | No | Sort expression. E.g.: "CreateDate desc" | |
| top | No | Max items to return (default 50, max 300) | |
| skip | No | Items to skip for pagination |