provider Deals GET /deals/{id}/participantsChangelog
@utdk/pipedrive /deals/{id}/participantsChangelog
List updates about participants of a deal
List updates about participants of a deal. This is a cursor-paginated endpoint. For more information, please refer to our documentation on <a href="https://pipedrive.readme.io/docs/core-api-concepts-pagination" target="_blank" rel="noopener noreferrer">pagination</a>.
id path required
The ID of the deal
integer
limit query
Items shown per page
integer
cursor query
For pagination, the marker (an opaque string value) representing the first item on the next page
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.

getdealparticipantschangelog
GET/deals/{id}/participantsChangelog
List updates about participants of a deal. This is a cursor-paginated endpoint. For more information, please refer to our documentation on <a href="https://pipedrive.readme.io/docs/core-api-concepts-pagination" target="_blank" rel="noopener noreferrer">pagination</a>.

Parameters

required

The ID of the deal

Items shown per page

For pagination, the marker (an opaque string value) representing the first item on the next page

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.getdealparticipantschangelog()