mantis:cloudapp:issue:185
GET /ocs/v2.php/apps/polls/api/v1.0/poll/{pollId}
Get poll with {pollId}
States: 200, 403, 404
'poll' => $this->pollService->get($pollId), 'options' => $this->optionService->list($pollId), 'votes' => $this->voteService->list($pollId), 'comments' => $this->commentService->list($pollId), 'shares' => $this->shareService->list($pollId), 'subscribed' => $this->subscriptionService->get($pollId),
mantis/cloudapp/issue/185.txt · Last modified: by domjos
