provider Deals GET
/deals/{id}/flow @utdk/pipedrive
/deals/{id}/flow List updates about a deal
Lists updates about a deal.
- id path required
- The ID of the deal
- integer
- start query
- Pagination start
- integer
- limit query
- Items shown per page
- integer
- all_changes query
- Whether to show custom field updates or not. 1 = Include custom field changes. If omitted returns changes without custom field updates.
- string
- items query
- A comma-separated string for filtering out item specific updates. (Possible values - call, activity, plannedActivity, change, note, deal, file, dealChange, personChange, organizationChange, follower, dealFollower, personFollower, organizationFollower, participant, comment, mailMessage, mailMessageWithAttachment, invoice, document, marketing_campaign_stat, marketing_status_change).
- string
Try it
Authentication
Configure credentials for Pipedrive API v1
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import pipedrive from '@utdk/pipedrive';
await pipedrive.getdealupdates({
"start": 0
})