Returns an array of segments from an app.

Response Data Definitions

ParameterTypeDescription
total_countIntegerThe number of Segments in the response.
offsetIntegerSet with the offset query parameter. Default 0.
limitIntegerMaximum number of Segments returned. Default 300.
segmentsArrayAn array containing the Segment information.

Segment Data Definitions

ParameterTypeDescription
idStringThe segment ID.
nameStringThe segment name.
created_atStringDate segment created.
updated_atStringDate segment last updated.
app_idStringThe app id.
read_onlyBooleanIs the segment read only?
is_activeBooleanIs the segment active?
Language