TDV Adapter for Pipedrive

Build 22.0.8462

OrganizationsFollowers

Get details of organizations followers.

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.

  • OrgId supports the '=' operator.

For example, the following query is processed server side:

SELECT * FROM OrganizationsFollowers WHERE OrgId = 6 

INSERT

Insert can be executed by specifying the UserId ,OrgId columns.The columns that are not read-only can be inserted. Following is an example of how to insert into this table.

INSERT INTO OrganizationsFollowers (UserId,OrgId) values(8230170,1)

DELETE

Delete can be executed by specifying the Id ,OrgId in the WHERE Clause. For example:

DELETE FROM OrganizationsFollowers WHERE OrgId = 1 AND id = 1

Columns

Name Type ReadOnly Description
Id [KEY] Integer True

Id.

AddTime Datetime True

AddTime.

OrgId Integer True

OrgId.

UserId Integer False

UserId.

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