CustomerTags
Lists customer tags.
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.
- CustomerId supports the following operator: =.
Note: CustomerId is required in order to query CustomerTags. For example, the following query is processed server side:
SELECT * FROM CustomerTags WHERE CustomerId = 1368175
Columns
Name | Type | References | Description |
CustomerId | Long |
Customers.Id | Id of the customer. |
Id | Integer |
Tags.Id | TagId of the customer. |
Name | String | Name of the tag. |