JBoss.orgCommunity Documentation
The Polls application of eXo Knowledge uses the PollWebservice to create and interact with the Polls gadget.
Service name | Service URL | Description | Location |
---|---|---|---|
PollWebservice | $portalName/ $restcontextname/ private/ks/poll | Call extended services of the Polls application. |
* Maven groupId: org.exoplatform.ks * ArtifactId: exo.ks.eXoApplication. poll.service |
APIs Usage
Use the following APIs to build all functions of the Answers application:
Name | Description | Service URL endpoint | Parameters | Expected values |
---|---|---|---|---|
viewPoll | Return data of the Polls system | $portalName/ $restcontextname/ private/ks/poll/ viewpoll/ | String pollId | id of poll |
votePoll | Update data for the Polls with the returned id | $portalName/ $restcontextname/ private/ks/poll /votepoll/ |
String pollId String indexVote |
id of poll integer |