Tags
Query information about your account's tags.
テーブル固有の情報
Select
アカウント内のすべてのタグを取得します。
SELECT * FROM Tags
Columns
| Name | Type | References | Description |
| Id [KEY] | Integer | The unique identifier of the tag. | |
| Name | String | The name of the tag. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description | |
| SubjectType | String | The subject type of the tag. The allowed values are People, Company, Case, Deal. | |
| SubjectId | Integer | The Id of the subject of the tag. |