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