PersonsUpdates
Get details of persons updates.
Select
The driver 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 driver.
- PersonId supports the '=' operator.
- AllChanges supports the '=' operator.
- Items supports the '=,IN' operators.
For example, the following query is processed server side:
SELECT * FROM PersonsUpdates WHERE PersonId = 246 SELECT * FROM PersonsUpdates WHERE PersonId = 10 AND AllChanges = 1 SELECT * FROM PersonsUpdates WHERE PersonId = 10 AND Items IN ('activity', 'plannedActivity')
Columns
Name | Type | Description |
Id [KEY] | Integer | Id. |
ActiveFlag | Boolean | ActiveFlag. |
AddTime | Datetime | AddTime. |
NewValueFormatted | String | NewValueFormatted. |
AssignedToUserId | Integer | AssignedToUserId. |
Attendees | String | Attendees. |
BusyFlag | Boolean | BusyFlag. |
SyncIncludecontext | String | SyncIncludecontext. |
changeSource | String | changeSource. |
UserAgent | String | UserAgent. |
CompanyId | Integer | CompanyId. |
MeetingClient | String | MeetingClient. |
MeetingId | String | MeetingId. |
MeetingUrl | String | MeetingUrl. |
CreatedByUserId | Integer | CreatedByUserId. |
DealDropboxBcc | String | DealDropboxBcc. |
DealId | Integer | DealId. |
DealTitle | String | DealTitle. |
Done | Boolean | Done. |
DueDate | Date | DueDate. |
DueTime | Time | DueTime. |
Duration | Time | Duration. |
FieldKey | String | FieldKey. |
Fileclean_name | String | Fileclean_name. |
FileId | String | FileId. |
FileUrl | String | FileUrl. |
GcaleventId | String | GcaleventId. |
GoogleCalendarEtag | String | GoogleCalendarEtag. |
GoogleCalendarId | String | GoogleCalendarId. |
IsBulkUpdateFlag | String | IsBulkUpdateFlag. |
ItemId | Integer | ItemId. |
NotificationTime | Datetime | NotificationTime. |
NotificationUserId | Integer | NotificationUserId. |
LeadId | String | LeadId. |
Location | String | Location. |
AdminAreaLevel1 | String | AdminAreaLevel1. |
AdminAreaLevel2 | String | AdminAreaLevel2. |
Country | String | Country. |
FormattedAddress | String | FormattedAddress. |
Lat | Double | Lat. |
Locality | String | Locality. |
Long | Double | Long. |
PostalCode | String | PostalCode. |
Route | String | Route. |
StreetNumber | String | StreetNumber. |
Sublocality | String | Sublocality. |
Subpremise | String | Subpremise. |
LogTime | Datetime | LogTime. |
MarkedAsDoneTime | Datetime | MarkedAsDoneTime. |
NewValue | String | NewValue. |
Note | String | Note. |
LanguageId | Integer | LanguageId. |
OldValue | String | OldValue. |
OrgId | Integer | Organizations Id. |
OrgName | String | Organizations Name. |
OwnerName | String | Owner Name. |
Participants | String | Participants. |
PersonDropboxBcc | String | Person Dropbox Bcc. |
PersonId | Integer | Persons Id. |
PersonName | String | PersonName. |
Publicdescription | String | Publicdescription. |
RecMasterActivityId | String | RecMasterActivityId. |
RecRule | String | RecRule. |
RecRuleExtension | String | RecRuleExtension. |
ReferenceId | Integer | ReferenceId. |
ReferenceType | String | ReferenceType. |
Series | String | Series. |
SourceTimezone | String | SourceTimezone. |
Subject | String | Subject. |
Type | String | Type. |
UpdateTime | Datetime | UpdateTime. |
UpdateUserId | Integer | UpdateUserId. |
UserId | Integer | UserId. |
Object | String | Object. |
Timestamp | Datetime | Timestamp. |
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. |