RecentsAttendees
Returns the attendee details for activities that have been recently changed, filtered by a specified UTC timestamp.
View-Specific Information
SELECT
The provider uses the Pipedrive API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the provider.
| Column | Supported Operators |
| SinceTimestamp | = |
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 | The email address of the attendee. | |
| IsOrganizer | Integer | Indicates whether the attendee is the organizer of the activity. A value of 1 means the attendee is the organizer. | |
| Name | String | The full name of the attendee. | |
| PersonId | Integer | The unique identifier of the Pipedrive person record associated with this attendee. | |
| Status | String | The attendance status of the attendee, such as accepted, declined, or tentative. | |
| UserId | Integer | The unique identifier of the Pipedrive user account associated with this attendee. |
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 | |
| SinceTimestamp | Datetime | Timestamp in UTC.
The default value is 2000-01-01 01:29:32. |