For more information on using API

GET http://webapi.mymarketing.co.il/api/segmentation/ruleFieldTypes

Get dictionary of rules field types

Request Information

URI Parameters

Body Parameters

None.

Response Information

Resource Description

Dictionary of SegmentRuleTypes [key] and Collection of SegmentFieldTypes [value]

Response Formats

application/json, text/json

Sample:
{
  "Info": [
    "Email",
    "Email"
  ]
}

application/xml, text/xml

Sample:
<ArrayOfKeyValuePairOfSegmentRuleTypesIListOfSegmentFieldTypes xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <KeyValuePairOfSegmentRuleTypesIListOfSegmentFieldTypes />
</ArrayOfKeyValuePairOfSegmentRuleTypesIListOfSegmentFieldTypes>