provider Organizations GET /organizations/{id}/flow
@utdk/pipedrive /organizations/{id}/flow
List updates about an organization
Lists updates about an organization.
id path required
The ID of the organization
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 - activity, plannedActivity, note, file, change, deal, follower, participant, mailMessage, mailMessageWithAttachment, invoice, activityFile, document).
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.

getorganizationupdates
GET/organizations/{id}/flow
Lists updates about an organization.

Parameters

required

The ID of the organization

Pagination start

Items shown per page

Whether to show custom field updates or not. 1 = Include custom field changes. If omitted, returns changes without custom field updates.

A comma-separated string for filtering out item specific updates. (Possible values - activity, plannedActivity, note, file, change, deal, follower, participant, mailMessage, mailMessageWithAttachment, invoice, activityFile, document).

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import pipedrive from '@utdk/pipedrive';

await pipedrive.getorganizationupdates({
  "start": 0
})