get_message_votes()
Parameters
- Token(character varying)
- MessageID(integer)
Returns
- Error or a list of the voting on this message
Description
- Returns the list of votes that have been cast on this message and the users who cast them. You may want to restrict this to only get the votes for annonomous voting.
Errors
- 1 - This message ID does not exist.
- 2 - Invalid Session.
- 3 - This user is not a member of this course.