Translations: Voting System/16/en

From ArdorDocs
Jump to: navigation, search

Get Poll Example

http://localhost:27876/nxt?
  requestType=getPoll&
  chain=2&
  poll=9096010195498999548
{
 "minRangeValue": 0,
 "votingModel": 0,
 "description": "What is your gender?",
 "finished": true,
 "poll": "9096010195498999548",
 "requestProcessingTime": 1,
 "minNumberOfOptions": 1,
 "minBalance": "100000000000",
 "accountRS": "ARDOR-4VDY-LNVT-LMAY-FMCKA",
 "name": "Gender Poll",
 "options": [
  "Male",
  "Female"
 ],
 "finishHeight": 256453,
 "maxNumberOfOptions": 1,
 "minBalanceModel": 1,
 "account": "15295723609781267838",
 "maxRangeValue": 1
}