Response body schema for GET v1/customers/{customerId}/segments
.
Name | Type | Description | Notes |
---|---|---|---|
object | str | The type of the object represented by JSON. This object stores information about customer segments. | [optional] [default to 'list'] |
data_ref | str | Identifies the name of the JSON property that contains the array of segment IDs. | [optional] [default to 'data'] |
data | List[SimpleSegment] | A dictionary that contains an array of segment IDs and names. | [optional] |
total | int | Total number of segments the customer belongs to. | [optional] |