Description
Get open polls.Default is to get all open polls.The 'onlyUnansweredPolls' parameter can be used to retrieve only the unanswered polls.
Operation id | Services.GetOpenPolls |
Category | Services |
Label | Get open polls |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Services.GetOpenPolls",
"label" : "Get open polls",
"category" : "Services",
"requires" : "",
"description" : "Get open polls.Default is to get all open polls.The 'onlyUnansweredPolls' parameter can be used to retrieve only the unanswered polls.",
"url" : "Services.GetOpenPolls",
"signature" : [ "void", "blob" ],
"params" : [ {
"name" : "onlyUnansweredPolls",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : "",
"order" : 0,
"values" : [ ]
} ]
}