PersonsPhone
Get all phone asscociated with persons.
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 本製品.
- PersonId supports the '=' operator.
- FilterId supports the '=' operator.
- OwnerId supports the '=' operator.
- DealId supports the '=' operator.
- OrgId supports the '=' operator.
For example, the following query is processed server side:
SELECT * FROM PersonsPhone WHERE PersonId = 14 SELECT * FROM PersonsPhone WHERE OwnerId = 2 SELECT * FROM PersonsPhone WHERE DealId = 1 SELECT * FROM PersonsPhone WHERE OrgId = 1
Columns
| Name | Type | References | Description |
| PersonId | Integer |
Persons.Id | Persons ID. |
| Label | String | Label. | |
| Value | String | Value. | |
| Primary | Boolean | Primary. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description | |
| FilterId | Integer | Filter Id. | |
| OwnerId | Integer | Owner Id. | |
| DealId | Integer | The id of the deal corresponding to the activity | |
| OrgId | Integer | The id of the organisation corresponding to the activity. |