Description
Get a poll based on its id.Returns also the poll result if the parameter 'withResult' is 'true'.
Operation id | Services.GetPoll |
Category | Services |
Label | Get a poll |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Services.GetPoll",
"label" : "Get a poll",
"category" : "Services",
"requires" : "",
"description" : "Get a poll based on its id.Returns also the poll result if the parameter 'withResult' is 'true'.",
"url" : "Services.GetPoll",
"signature" : [ "void", "blob" ],
"params" : [ {
"name" : "pollId",
"description" : null,
"type" : "string",
"required" : true,
"widget" : "",
"order" : 0,
"values" : [ ]
}, {
"name" : "withResult",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : "",
"order" : 0,
"values" : [ ]
} ]
}