Get Task
ploomes_tasks_getRetrieve a specific task from Ploomes CRM by ID. Optionally expand related entities such as contacts, deals, and owners to get a complete view.
Instructions
Get a single task by ID from Ploomes CRM. Use $expand to include related entities. Available $expand options: Type, Contact, Deal, Owner, Users, Tags, Comments, InteractionRecord, InteractionRecords, Creator, OtherProperties, Attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID | |
| expand | No | Related entities to include. E.g.: "Type,Deal,Contact,Owner,OtherProperties". Full list: Type, Contact, Deal, Owner, Users, Tags, Comments, InteractionRecord, InteractionRecords, Creator, OtherProperties, Attachments | |
| select | No | Fields to return. E.g.: "Id,Description,Date,Hour,Finished,DealId,ContactId" |