For more information on using API

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

Get dictionary of rules operations

Request Information

URI Parameters

Body Parameters

None.

Response Information

Resource Description

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

Response Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfSegmentRuleTypesArrayOfSegmentOperationTypesXn1lsWk_S xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfSegmentRuleTypesArrayOfSegmentOperationTypesXn1lsWk_S>
    <Key>Info</Key>
    <Value xmlns:d3p1="http://schemas.datacontract.org/2004/07/ActiveTrail.BusinessLogic">
      <d3p1:SegmentOperationTypes>Is</d3p1:SegmentOperationTypes>
      <d3p1:SegmentOperationTypes>Is</d3p1:SegmentOperationTypes>
    </Value>
  </KeyValueOfSegmentRuleTypesArrayOfSegmentOperationTypesXn1lsWk_S>
</ArrayOfKeyValueOfSegmentRuleTypesArrayOfSegmentOperationTypesXn1lsWk_S>