For more information on using API

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

Get dictionary of rules field types

Request Information

URI Parameters

Body Parameters

None.

Response Information

Resource Description

Collection of SegmentRuleTypes

Response Formats

application/json, text/json

Sample:
[
  "Info",
  "Info"
]

application/xml, text/xml

Sample:
<ArrayOfSegmentRuleTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ActiveTrail.BusinessLogic">
  <SegmentRuleTypes>Info</SegmentRuleTypes>
  <SegmentRuleTypes>Info</SegmentRuleTypes>
</ArrayOfSegmentRuleTypes>