Response body schema for GET v1/customers/{customerId}/segments
.
Name | Type | Description |
---|---|---|
_object | String | The type of the object represented by JSON. This object stores information about customer segments. |
dataRef | String | Identifies the name of the JSON property that contains the array of segment IDs. |
data | List<SimpleSegment> | A dictionary that contains an array of segment IDs and names. |
total | Integer | Total number of segments the customer belongs to. |