SubscriptionTypes
Retrieve all available subscription types.
Columns
| Name | Type | References | Filterable | Description |
| Id [KEY] | String | The unique identifier of the subscription type. | ||
| BusinessUnitId | Integer | The ID of the business unit associated with the subscription. | ||
| Name | String | The name of the subscription type. | ||
| Description | String | A description of the subscription type. | ||
| Purpose | String | The purpose of the subscription (e.g. Marketing). | ||
| CommunicationMethod | String | The method of communication for the subscription (e.g. Email). | ||
| IsActive | Boolean | Whether the subscription type is currently active. | ||
| IsDefault | Boolean | Whether this is the default subscription type. | ||
| IsInternal | Boolean | Whether the subscription type is for internal use. | ||
| CreatedAt | Datetime | The timestamp when the subscription type was created. | ||
| UpdatedAt | Datetime | The timestamp when the subscription type was last updated. |