# CommunicationPreferenceDefinitionSubscriptionTranslations
Retrieve all subscription status definitions
Get a list of subscription status definitions from the account.
- Catalog: `Subscriptions`
- Schema: `Definitions`
This is a read-only table function. The HubSpot API may not support changing the data or the Invantive UniversalSQL driver for HubSpot does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the HubSpot API.
## Parameters of Table Function
The following parameters can be used to control the behaviour of the table function `CommunicationPreferenceDefinitionSubscriptionTranslations`. A value must be provided at all times for required parameters, but optional parameters in general do not need to have a value and the execution will default to a pre-defined behaviour. Values can be specified by position and by name. In both cases, all parameters not specified will be evaluated using their default values.
Value specification by position is done by listing all values from the first to the last needed value. For example: a `select * from table(value1, value2, value3)` on a table with four parameters will use the default value for the fourth parameter and the specified values for the first three.
Value specification by name is done by listing all values that require a value. For example with `select * from table(name1 => value1, name3 => value3)` on the same table will use the default values for the second and fourth parameters and the specified values for the first and third.
| Name | Data Type | Required | Default Value | Documentation |
|---|:---:|:---:|:---:|---|
| `businessUnitId` | `` | ☐ | | An integer representing the ID of the business unit to filter the subscription definitions. |
| `includeTranslations` | `` | ☐ | | A boolean indicating whether to include translations of the subscription definitions in the response. |
## Columns of Table Function
The columns of the table function `CommunicationPreferenceDefinitionSubscriptionTranslations` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `businessUnitId` | `int64` | | ☐ | The ID of the business unit associated with the subscription. |
| `communicationMethod` | `varchar2` | Communication Method | ☐ | The method of communication for the subscription. |
| `createdAt_2` | `datetime` | | ☐ | The date and time when the subscription was created. |
| `createdAt` | `int64` | Created at | ☐ | The timestamp indicating when the subscription translation was created. |
| `description_2` | `varchar2` | | ☐ | A description of the subscription. |
| `description` | `varchar2` | Description | ☐ | A text description of the subscription translation. |
| `id` | `varchar2` | ID | ☐ | The unique identifier for the subscription. |
| `isActive` | `char` | Is Active | ☐ | Indicates whether the subscription is active. |
| `isDefault` | `char` | Is Default | ☐ | Indicates whether the subscription is the default option. |
| `isInternal` | `char` | Is Internal | ☐ | Indicates whether the subscription is internal. |
| `languageCode` | `varchar2` | | ☐ | The code representing the language of the subscription translation. |
| `name_2` | `varchar2` | Name (Alternate 2) | ☐ | The name of the subscription. |
| `name` | `varchar2` | Name | ☐ | The name of the subscription translation. |
| `purpose` | `varchar2` | Purpose | ☐ | The purpose of the subscription. |
| `subscriptionId` | `int64` | | ☐ | The unique identifier for the subscription associated with the translation. |
| `updatedAt_2` | `datetime` | | ☐ | The date and time when the subscription was last updated. |
| `updatedAt` | `int64` | Updated at | ☐ | The timestamp indicating when the subscription translation was last updated. |