Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.06 KB | None | 0 0
  1. operation=select&whereClause={
  2.     "where": [{
  3.         "value": {
  4.             "where": [{
  5.                 "value": "2014-08-21T11:57:00.0000000+0400",
  6.                 "fieldId": "date",
  7.                 "operator": ">=",
  8.                 "comparator": "AND"
  9.             },
  10.             {
  11.                 "value": "2014-08-30T11:57:00.0000000+0400",
  12.                 "fieldId": "date",
  13.                 "operator": "<=",
  14.                 "comparator": "AND"
  15.             },
  16.             {
  17.                 "value": "false",
  18.                 "fieldId": "bool",
  19.                 "operator": "!=",
  20.                 "comparator": "OR"
  21.             }]
  22.         },
  23.         "fieldId": "",
  24.         "operator": "brackets",
  25.         "comparator": "AND"
  26.     }]
  27. }&cmd=listOperation&start=0&userId=-1&datasourceId=7961&pageSize=25&format=json&appDbId=4172&deviceId=8498f25ee4978cae&info={
  28.     "infoParams": [{
  29.         "user.userName": "anonymous"
  30.     },
  31.     {
  32.         "user.emailAddress": "anonymous"
  33.     },
  34.     {
  35.         "user.memberId": "-1"
  36.     },
  37.     {
  38.         "user.userType": "anonymous"
  39.     },
  40.     {
  41.         "user.location": "54.62015,39.727541"
  42.     },
  43.     {
  44.         "user.location.longitude": 39.727541
  45.     },
  46.     {
  47.         "user.location.latitude": 54.62015
  48.     },
  49.     {
  50.         "device.version": "4.4.4"
  51.     },
  52.     {
  53.         "device.model": "Nexus 7"
  54.     },
  55.     {
  56.         "device.language": "en"
  57.     }]
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement