Retrieve mailchimp segments by conditions
Retrieve mailchimp segments by conditions
Authorizations:Token
Query Parameters
| _cnd[limit] | Array of stringsSets the offset (first item) and the limit (second item) |
| _cnd[orderBy] | Array of stringsSets sorting order field |
Responses
200Success
Response schema:
Success Array
| id | string |
| name | string |
| created_date | string |
| static | boolean |
| list | |
| useOrdersLastMonth | boolean |
| ordersLastMonth | integer |
| useOrderAmount | boolean |
| orderAmount | string |
| useMemberships | boolean |
| memberships | Array |
| useProducts | boolean |
| products | Array |
| profiles | Array |
| enabled | boolean |