ReDoc documentation
Retrieve customer segments that match a specified criteria.
200 Success.
401 Unauthorized
Internal Server error
Unexpected error
{- "items": [
- {
- "id": 0,
- "uid": "string",
- "name": "string",
- "description": "string",
- "is_active": 0,
- "apply_to": 0,
- "number_of_customers": 0,
- "associated_websites": [
- {
- "id": 0,
- "code": "string",
- "name": "string",
- "default_group_id": 0,
- "extension_attributes": { }
}
]
}
], - "search_criteria": {
- "filter_groups": [
- {
- "filters": [
- {
- "field": "string",
- "value": "string",
- "condition_type": "string"
}
]
}
], - "sort_orders": [
- {
- "field": "string",
- "direction": "string"
}
], - "page_size": 0,
- "current_page": 0
}, - "total_count": 0
}