Polls
Last updated
Was this helpful?
Last updated
Was this helpful?
Manage polls
GET /api/v1/polls
Scope: url:GET|/api/v1/polls
Returns the paginated list of polls for the current user.
GET /api/v1/polls/:id
Scope: url:GET|/api/v1/polls/:id
Returns the poll with the given id
POST /api/v1/polls
Scope: url:POST|/api/v1/polls
Create a new poll for the current user
polls[][question]
Required string
The title of the poll.
polls[][description]
string
A brief description or instructions for the poll.
PUT /api/v1/polls/:id
Scope: url:PUT|/api/v1/polls/:id
Update an existing poll belonging to the current user
polls[][question]
Required string
The title of the poll.
polls[][description]
string
A brief description or instructions for the poll.
DELETE /api/v1/polls/:id
Scope: url:DELETE|/api/v1/polls/:id
204 No Content response code is returned if the deletion was successful.
This documentation is generated directly from the Canvas LMS source code, available .