ADO.NET Provider for Pipedrive

Build 26.0.9655

ActivitiesParticipants

Returns the list of participants for each activity, identifying each person linked to the activity and whether they are the primary contact.

View-Specific Information

SELECT

The provider uses the Pipedrive API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client-side within the provider.

ColumnSupported Operators
ActivitiesId=
FilterId=
OwnerId=
DealId=
LeadId=
PersonId=
OrgId=
Done=

For example, the following queries are processed server-side:

SELECT * FROM ActivitiesParticipants WHERE ActivitiesId = 246

SELECT * FROM ActivitiesParticipants WHERE Done = true

SELECT * FROM ActivitiesParticipants WHERE PersonId = 1
 
SELECT * FROM ActivitiesParticipants WHERE DealId = 2

SELECT * FROM ActivitiesParticipants WHERE OrgId = 1                  

Columns

Name Type References Description
ParticipantPersonId [KEY] Integer The unique identifier of the person record associated with this participant.
ActivitiesId [KEY] Integer

Activities.Id

The unique identifier of the parent activity.
PrimaryFlag Boolean Indicates whether this participant is the primary contact for the activity.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer more granular control over the data returned from the data source.

Name Type Description
FilterId Integer The ID of the Filter to use.
OwnerId Integer The id of the owner of the activity.
DealId Integer The id of the deal corresponding to the activity
LeadId String The Id of the lead corresponding to the activity.
PersonId Integer The id of the person corresponding to the activity.
OrgId Integer The id of the organisation corresponding to the activity.
Done Boolean Whether the Activity is done or not. If omitted, returns both Done and Not done activities.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655