{id: Id;}Sets the state to finished. Only allowed for polls in the started state.
If meeting/poll_couple_countdown is true, the countdown given by meeting/poll_countdown_id is reset (see Countdowns).
Some fields are calculated upon stopping a poll:
- The fields
votescast,votesvalidandvotesinvalidare filled (see poll results). They are only filled once when the poll stops to prevent any changes e.g. from deleting users. entitled_users_at_stopis filled. It is an array of objects which represents all users entitled to vote at the stopping point of the poll. The syntax is{"user_id": Id, "voted": boolean, "vote_delegated_to_id": Id | null}. The fields should be self-explanatory. This field is also a snapshot like the ones above.
The request user needs:
motion.can_manage_pollsif the poll's content object is a motionassignment.can_manage_pollsif the poll's content object is an assignmentpoll.can_manageif the poll's content object is a topic