Example response:
{
"fields": [
{
"field": "clicked_count",
"label": "Clicked Count",
"type": "integer",
"operators": [
"equal",
"not_equal",
"less",
"less_or_equal",
"greater",
"greater_or_equal"
]
},
{
"field": "sent_count",
"label": "Sent Count",
"type": "integer",
"operators": [
"equal",
"not_equal",
"less",
"less_or_equal",
"greater",
"greater_or_equal"
]
},
{
"field": "country_id",
"label": "Country",
"type": "integer",
"operators": [
"equal",
"not_equal",
"in",
"not_in"
]
},
{
"field": "state_id",
"label": "State",
"type": "integer",
"operators": [
"equal",
"not_equal",
"in",
"not_in"
]
},
{
"field": "network_brand",
"label": "Network Brand",
"type": "string",
"operators": [
"contains",
"not_contains",
"begins_with",
"not_ends_with",
"ends_with",
"not_ends_with",
"is_empty",
"is_not_empty"
]
},
{
"field": "date_created",
"label": "Date Created",
"type": "date",
"operators": [
"equal",
"not_equal",
"less",
"less_or_equal",
"greater",
"greater_or_equal"
]
},
{
"field": "last_sent",
"label": "Last Sent",
"type": "date",
"operators": [
"equal",
"not_equal",
"less",
"less_or_equal",
"greater",
"greater_or_equal"
]
},
{
"field": "last_clicked",
"label": "Last Clicked",
"type": "date",
"operators": [
"equal",
"not_equal",
"less",
"less_or_equal",
"greater",
"greater_or_equal"
]
},
{
"field": "leads_count",
"label": "Leads Count",
"type": "integer",
"operators": [
"equal",
"not_equal",
"less",
"less_or_equal",
"greater",
"greater_or_equal"
]
},
{
"field": "sales_count",
"label": "Sales Count",
"type": "integer",
"operators": [
"equal",
"not_equal",
"less",
"less_or_equal",
"greater",
"greater_or_equal"
]
},
{
"field": "custom1_str",
"label": "Qwerty",
"type": "string",
"operators": [
"contains",
"not_contains",
"begins_with",
"not_ends_with",
"ends_with",
"not_ends_with",
"is_empty",
"is_not_empty"
]
},
{
"field": "custom2_str",
"label": "Custom 2 String",
"type": "string",
"operators": [
"contains",
"not_contains",
"begins_with",
"not_ends_with",
"ends_with",
"not_ends_with",
"is_empty",
"is_not_empty"
]
},
{
"field": "custom3_str",
"label": "Custom 3 String",
"type": "string",
"operators": [
"contains",
"not_contains",
"begins_with",
"not_ends_with",
"ends_with",
"not_ends_with",
"is_empty",
"is_not_empty"
]
},
{
"field": "custom4_str",
"label": "Custom 4 String",
"type": "string",
"operators": [
"contains",
"not_contains",
"begins_with",
"not_ends_with",
"ends_with",
"not_ends_with",
"is_empty",
"is_not_empty"
]
},
{
"field": "custom5_str",
"label": "Custom 5 String",
"type": "string",
"operators": [
"contains",
"not_contains",
"begins_with",
"not_ends_with",
"ends_with",
"not_ends_with",
"is_empty",
"is_not_empty"
]
},
{
"field": "custom1_dec",
"label": "Custom 1 Decimal",
"type": "double",
"operators": [
"equal",
"not_equal",
"less",
"less_or_equal",
"greater",
"greater_or_equal"
]
},
{
"field": "custom2_dec",
"label": "Custom 2 Decimal",
"type": "double",
"operators": [
"equal",
"not_equal",
"less",
"less_or_equal",
"greater",
"greater_or_equal"
]
},
{
"field": "custom1_datetime",
"label": "Dt",
"type": "datetime",
"operators": [
"equal",
"not_equal",
"less",
"less_or_equal",
"greater",
"greater_or_equal"
]
},
{
"field": "custom2_datetime",
"label": "Custom 2 Datetime",
"type": "datetime",
"operators": [
"equal",
"not_equal",
"less",
"less_or_equal",
"greater",
"greater_or_equal"
]
},
{
"field": "custom3_datetime",
"label": "Custom 3 Datetime",
"type": "datetime",
"operators": [
"equal",
"not_equal",
"less",
"less_or_equal",
"greater",
"greater_or_equal"
]
},
{
"field": "custom4_datetime",
"label": "Custom 4 Datetime",
"type": "datetime",
"operators": [
"equal",
"not_equal",
"less",
"less_or_equal",
"greater",
"greater_or_equal"
]
},
{
"field": "custom5_datetime",
"label": "Custom 5 Datetime",
"type": "datetime",
"operators": [
"equal",
"not_equal",
"less",
"less_or_equal",
"greater",
"greater_or_equal"
]
},
{
"field": "tags",
"label": "Tag",
"type": "string",
"operators": [
"contains",
"not_contains",
"begins_with",
"not_ends_with",
"ends_with",
"not_ends_with"
]
}
],
"operators": [
"equal",
"not_equal",
"in",
"not_in",
"less",
"less_or_equal",
"greater",
"greater_or_equal",
"begins_with",
"not_begins_with",
"contains",
"not_contains",
"ends_with",
"not_ends_with",
"is_empty",
"is_not_empty"
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The response is of type object
.