TDV Adapter for Pipedrive

Build 22.0.8462

DealsActivitiesAttendees

Get Details of Deals Activities Attendees.

Select

The adapter will use the API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the adapter.

  • DealId supports the '=' operator.
  • Done supports the '=' operator.
  • Exclude supports the '=,IN' operators.

For example, the following query is processed server side:

SELECT * FROM DealsActivitiesAttendees WHERE DealId = 246 
SELECT * FROM DealsActivitiesAttendees WHERE DealId = 246 AND done = 0
SELECT * FROM DealsActivitiesAttendees WHERE DealId = 246 Exclude IN ('240','241')

Columns

Name Type Description
DealId Integer Deal Id.
EmailAddress String EmailAddress.
IsOrganizer Integer IsOrganizer.
Name String Name.
PersonId Integer PersonId.
Status String Status.
UserId String 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
Done Boolean Whether the activity is done or not 0 = Not done, 1 = Done If omitted returns both Done and Not done activities.

The allowed values are 0, 1.

Exclude String A comma-separated string of activity IDs to exclude from result.

Get Details of Deals Activities Attendees.

Select

The adapter will use the API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the adapter.

  • DealId supports the '=' operator.
  • Done supports the '=' operator.
  • Exclude supports the '=,IN' operators.

For example, the following query is processed server side:

SELECT * FROM DealsActivitiesAttendees WHERE DealId = 246 
SELECT * FROM DealsActivitiesAttendees WHERE DealId = 246 AND done = 0
SELECT * FROM DealsActivitiesAttendees WHERE DealId = 246 Exclude IN ('240','241')

Columns

Name Type Description
DealId Integer Deal Id.
EmailAddress String EmailAddress.
IsOrganizer Integer IsOrganizer.
Name String Name.
Status String Status.
UserId String 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
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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462