OrganizationsUpdatesParticipants
Getdetails of activities participants.
Select
The connector will use 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 connector.
- OrgId supports the '=' operator.
- AllChanges supports the '=' operator.
- Items supports the '=,IN' operators.
For example, the following query is processed server side:
SELECT * FROM OrganizationsUpdatesParticipants WHERE OrgId = 246 SELECT * FROM OrganizationsUpdatesParticipants WHERE OrgId = 10 AND AllChanges = 1 SELECT * FROM OrganizationsUpdatesParticipants WHERE OrgId = 10 AND Items IN ('activity', 'plannedActivity')
Columns
Name | Type | Description |
OrgId [KEY] | Integer | Activities ID. |
PersonId | Integer | PersonId. |
PrimaryFlag | Boolean | PrimaryFlag. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description |
AllChanges | String | Whether to show custom field updates or not.
The allowed values are 1. |
Items | String | item specific updates.
The allowed values are activity, plannedActivity, note, file, change, deal, follower, participant, mailMessage, mailMessageWithAttachment, invoice, activityFile, document. |