Tags
Query information about your account's tags.
Table Specific Information
Select
Retrieve all tags in your account
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
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 | |
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. |