
GET http://webapi.mymarketing.co.il/api/segmentation/ruleTypesMapping
Get a full mapping of operations and field types associated to the type of rule.
Request Information
URI Parameters
Body Parameters
None.
Response Information
Resource Description
Response Formats
application/json, text/json
Sample:
{ "Info": { "fieldTypes": [ "Email", "Email" ], "operations": [ "Is", "Is" ] } }
application/xml, text/xml
Sample:
<ArrayOfKeyValuePairOfSegmentRuleTypesRuleTypeMappings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <KeyValuePairOfSegmentRuleTypesRuleTypeMappings /> </ArrayOfKeyValuePairOfSegmentRuleTypesRuleTypeMappings>