UNION in webservice queries

Hi,

I would like to know how to define "ALL" for input control queries. I am following below syntax for input conrol values which is working fine. But I want to add "ALL" as an additinoal value.

The working format without "ALL" value

{
  "fieldsMap" : {
    "key" : "key"
  },
  "getparameters" : { },
  "fields" : [ {
    "name" : "key",
    "expression" : "key"
  } ],
  "options" : {
    "contentType" : "application/json",
    "rootPath" : "aggregations.groupby_value.buckets",
    "baseUrl" : "groupby_value(field='cityName')"
  },
  "headersMap" : { },
  "queryData" : "",
  "GETParameters" : { }
}
 
Thanks
Gowtham
gowthamsenmca's picture
Joined: Oct 15 2013 - 4:52am
Last seen: 6 years 6 months ago

0 Answers:

No answers yet
Feedback