AccountProducts
Retrieve information about the account's active products.
View-Specific Information
Select
The driver processes all filters client-side within the driver. The following query is the only one processed server-side:
SELECT * FROM AccountProducts
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The account product id | |
| AccountId | String | The account id. | |
| Kind | String | The account product kind. | |
| DefaultWorkspaceId | String | The account product default workspace id |