Get Deal
ploomes_deals_getRetrieve a single deal from Ploomes CRM by ID, optionally expanding related entities such as contacts, stages, and tasks for complete deal context.
Instructions
Get a single deal by ID from Ploomes CRM. Use $expand to include related entities. Available $expand options: Contact, Person, Stage, Status, Tags, Tasks, Products, Quotes, Origin, InteractionRecords, Orders, OtherProperties, Documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Deal ID | |
| expand | No | Related entities to include. Available: Contact, Person, Stage, Status, Tags, Tasks, Products, Quotes, Origin, InteractionRecords, Orders, OtherProperties, Documents. E.g.: "Contact,Stage,Status,OtherProperties,Tasks". | |
| select | No | Comma-separated fields to return. E.g.: "Id,Title,Amount,ContactId,StageId,StatusId,DealNumber" |