get_message_poll_votes()
Parameters
- Token(character varying)
- MessagePollID(integer)
- DoSums(boolean)
Returns
- Error or a list of votes.
Description
- Returns a list of all voting on the message poll items for this message[MessagePollID].
The DoSums parameter is not currently implemented. It is intended to cover the message poll
types 3 and 4 which are not implemented.
Errors
- 11 - This message ID does not exist.
- 12 - Invalid Session.
- 13 - This user is not a member of this course.
- 14 - Message is not poll type.
Related functions