Podio API Documentation
Voting: Get list of users with votes
Return profiles of user that has voted in specified way (by parameter value).
Can specify limit and offset.
Without "value" parameter users that has voted in any way will be returned.
Example calls:
- /voting/item/1/voting/5/user?limit=1&value=1 - just value 1
- /voting/item/1/voting/5/user?limit=1 - all values
Parameters
- item_id*
- Required.
- voting_id*
- Required.
- value
Value of voting, for fivestar - integer 1-5, for answer type voting id of voting.
Response
[
{
"user_id": 1,
"name": "Christian Holm",
"space_id": null,
"profile_id": 1,
"org_id": null,
"link": "https://podio.com/users/1",
"avatar": 9,
"image": {
"hosted_by": "podio",
"hosted_by_humanized_name": "Podio",
"thumbnail_link": "...",
"link": "...",
"file_id": 9,
"link_target": "_blank"
},
"type": "user",
"last_seen_on": "2011-07-23 13:00:00"
},
... (more users)
]
Sandbox
Try the operation "/voting/item/{item_id}/voting/{voting_id}/user"You can simulate the API request by filling out the arguments below, and press the submit button to see the response.
You need to be logged in to Podio to use the Sandbox. Login here