provider Persons GET
/persons/{id}/flow @utdk/pipedrive
/persons/{id}/flow List updates about a person
Lists updates about a person.<br>If a company uses the [Campaigns product](https://pipedrive.readme.io/docs/campaigns-in-pipedrive-api), then this endpoint's response will also include updates for the `marketing_status` field.
- id path required
- The ID of the person
- 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.getpersonupdates({
"start": 0
})