Response body schema for GET v1/v1/segments/{segmentId}
.
Name | Type | Description |
---|---|---|
id | String | Unique segment ID. |
name | String | Segment name. |
createdAt | OffsetDateTime | Timestamp representing the date and time when the segment was created. The value is shown in the ISO 8601 format. |
type | TypeEnum | Describes whether the segment is dynamic (customers come in and leave based on set criteria) or static (manually selected customers). |
filter | Object | Defines a set of criteria for an `auto-update` segment type. |
initialSyncStatus | InitialSyncStatusEnum | |
_object | ObjectEnum | The type of the object represented by JSON. This object stores information about the customer segment. |
Name | Value |
---|---|
AUTO_UPDATE | "auto-update" |
STATIC | "static" |
Name | Value |
---|---|
IN_PROGRESS | "IN_PROGRESS" |
DONE | "DONE" |
Name | Value |
---|---|
SEGMENT | "segment" |