Last updated
Was this helpful?
Last updated
Was this helpful?
Manage submissions for polls
GET /api/v1/polls/:poll_id/poll_sessions/:poll_session_id/poll_submissions/:id
Scope: url:GET|/api/v1/polls/:poll_id/poll_sessions/:poll_session_id/poll_submissions/:id
Returns the poll submission with the given id
POST /api/v1/polls/:poll_id/poll_sessions/:poll_session_id/poll_submissions
Scope: url:POST|/api/v1/polls/:poll_id/poll_sessions/:poll_session_id/poll_submissions
Create a new poll submission for this poll session
This documentation is generated directly from the Canvas LMS source code, available .
poll_submissions[][poll_choice_id]
Required integer
The chosen poll choice for this submission.