List Tasks
ploomes_tasks_listSearch and list CRM tasks with OData filters, sorting, field selection, and pagination. Filter by DealId, ContactId, OwnerId, TypeId, Finished status, and date range.
Instructions
Search and list tasks in Ploomes CRM. Supports OData filtering, sorting, field selection, and pagination. Filter by DealId, ContactId, OwnerId, TypeId, Finished status, Date range, and more. Available $expand options: Type, Contact, Deal, Owner, Users, Tags, Comments, InteractionRecord, InteractionRecords, Creator, OtherProperties, Attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | OData $filter expression. E.g.: "DealId eq 456 and Finished eq false", "OwnerId eq 42 and Date lt 2025-06-01T00:00:00Z", "TypeId eq 2" | |
| select | No | Comma-separated fields to return. E.g.: "Id,Description,Date,Hour,Finished,DealId,ContactId,OwnerId,TypeId" | |
| expand | No | Related entities to include. E.g.: "Type,Contact,Deal,Owner,OtherProperties". Full list: Type, Contact, Deal, Owner, Users, Tags, Comments, InteractionRecord, InteractionRecords, Creator, OtherProperties, Attachments | |
| orderby | No | Sort expression. E.g.: "Date asc", "Date desc" | |
| top | No | Max items to return (default 50, max 300) | |
| skip | No | Items to skip for pagination |