RecentsAttendees
Returns data about all recent changes occurred after given timestamp attendees.
Select
The add-in 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 add-in.
- SinceTimestamp supports the '=' operator.
For example, the following query is processed server side:
SELECT * FROM RecentsAttendees WHERE SinceTimestamp = '022-01-01 01:29:32'
Columns
| Name | Type | References | Description |
| EmailAddress | String | Email Address. | |
| IsOrganizer | Integer | Is Organizer. | |
| Name | String | Name. | |
| PersonId | Integer | Person Id. | |
| Status | String | Status. | |
| UserId | Integer | UserId. |
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 | |
| SinceTimestamp | Datetime | Timestamp in UTC.
The default value is 2000-01-01 01:29:32. |