List Quotes
ploomes_quotes_listSearch and list quotes in Ploomes CRM with OData filtering, sorting, field selection, and pagination. Expand OtherProperties to include custom fields.
Instructions
Search and list quotes (proposals) 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", "StatusId eq 1" | |
| select | No | Comma-separated fields to return. E.g.: "Id,Title,DealId" | |
| expand | No | Related entities to include. E.g.: "Deal, Contact, Template, ApprovalStatus, Approvals, Pages, Comments, ExternalComments, Sections, Products, OtherProperties" | |
| 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 |