[ARCHIVED] Using the api to change the workflow_state
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2015
01:25 PM
I want to conclude a bunch of courses and while it is possible to do this via a SIS file I would like to do it via the api. Is this possible?
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2015
01:30 PM
@ordwaye ,
Yes, it is possible:
Courses - Canvas LMS REST API Documentation
Conclude a course
DELETE /api/v1/courses/:id
Delete or conclude an existing course
Request Parameters:
- event
- Required, String, “delete”|“conclude”
Robbie
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.