Translations: Search/32/en

From ArdorDocs
Jump to: navigation, search

Search Polls Example

http://localhost:27876/nxt?
  requestType=searchPolls&
  chain=2&
  query=hello&
  includeFinished=true
{
 "polls": [
  {
   "minRangeValue": 0,
   "votingModel": 1,
   "description": "Hello World Poll",
   "finished": true,
   "poll": "3043888702585899321",
   "minNumberOfOptions": 1,
   "minBalance": "0",
   "accountRS": "ARDOR-XK4R-7VJU-6EQG-7R335",
   "name": "Poll1",
   "options": [
    "Hello",
    "World"
   ],
   "finishHeight": 255816,
   "maxNumberOfOptions": 1,
   "minBalanceModel": 1,
   "account": "5873880488492319831",
   "maxRangeValue": 1
  }
 ],
 "requestProcessingTime": 3
}