OrganizationsFollowers
Get details of organizations followers.
Select
The 本製品 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 本製品.
- 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. |