OrganizationsUpdatesAttendees
Get details of all attendees of organizations.
Select
The 本製品 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 本製品.
- OrgId supports the '=' operator.
- AllChanges supports the '=' operator.
- Items supports the '=,IN' operators.
For example, the following query is processed server side:
SELECT * FROM OrganizationsUpdatesAttendees WHERE OrgId = 246 SELECT * FROM OrganizationsUpdatesAttendees WHERE OrgId = 10 AND AllChanges = 1 SELECT * FROM OrganizationsUpdatesAttendees WHERE OrgId = 10 AND Items IN ('activity', 'plannedActivity')
Columns
Name | Type | Description |
OrgId [KEY] | Integer | Activities ID. |
EmailAddress | String | EmailAddress. |
IsOrganizer | Boolean | IsOrganizer. |
Name | String | Name. |
PersonId | Integer | PersonId. |
Status | String | Status. |
UserId | String | UserId. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
AllChanges | String | Whether to show custom field updates or not.
使用できる値は次のとおりです。1 |
Items | String | item specific updates.
使用できる値は次のとおりです。activity, plannedActivity, note, file, change, deal, follower, participant, mailMessage, mailMessageWithAttachment, invoice, activityFile, document |