AssetTypes
Get all available asset types in Salesforce Marketing Cloud.
Table Specific Information
Select
Retrieve all asset types:
SELECT * FROM AssetTypes
Columns
| Name | Type | References | Description |
| Id [KEY] | Integer |
Assets.TypeId | The Id of the asset type. |
| Name | String | The name of the asset type. | |
| IsBaseAssetType | Boolean | Whether the asset type is a base asset type or not. | |
| ParentId | Integer | The Id of the parent asset type. |