Segmentations
Segmentation dataset. Contains a list of segmentations.
exports.Mailings.CustomerMessagesStatuses
| Column | Type | Description | Example |
|---|---|---|---|
| id | int | Segmentation ID as in the admin panel | 15 |
| externalId | string | External segmentation ID | a4fb2db8-7681-493c-89f2-e7c450598042 |
| name | string | Segmentation name | New Customers |
| systemName | string | Segmentation system name | NewCustomers |
| entityType | string | Segmentation entity type | User |
| creationDateTimeUtc | datetime | Segmentation creation date | 2025-02-27 11:41:31.890 |
| _isDeleted | bool (nullable) | Indication that the segmentation has been deleted | True |
| _rowversion_ts | datetime | Timestamp when data became available for export | 2024-10-15 10:00:00.000 |
Updated 5 months ago

