September 2018
Intermediate to advanced
386 pages
11h 17m
English
PollResponseStatistic is a domain model which encapsulates the statistics of the responses to a poll. It will be embedded in the PollDetails:
{ "type":"object", "properties":{ "response":{ "type":"string" }, "percentage":{ "type":"number" }, "count":{ "type":"integer" } }}
Read now
Unlock full access