Podio API Documentation

Voting: Create voting in application

POST /voting/app/{app_id}/voting

Create voting of kind specified in request body to application

Return created voting representation.

Parameters
app_id*
Required.
Request

fivestar

{"kind":"fivestar","question":"Fivestar voting question"}

answer

{"kind":"answer","question":"Text answer voting question","answers":["a","b"]}  
Response {
"voting_id": The id of the voting,
... (more properties, see the GET operation)
}

Sandbox

The sandbox only handles GET operations for now.