GET /park/polls
NO
NO
{
rows: [
{
id
slug
name
options: [
{
?... /* NoSQL */
}
...
]
}
]
totalRowCount
}
GET /park/polls/:id
NO
NO
{
id
slug
name
options: [
{
?... /* NoSQL */
}
...
]
tally: [
{
content: [persona_speech_content]
count: [number of appearances of identical content]
}
...
]
}
tally是這個poll所有persona_speech的統計結果,會計算persona_speech各種不同的content累積出現的次數。