Equivalent on status on Course API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2017
09:17 AM
Migrating from SIS import to Course API. On SIS import there is the status column that sets the status of the course (active, inactive). What is the equivalent by creating a course with Course API? I can't find it on the docs.
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2017
10:03 AM
Oh sorry, I didn't realize you wanted it published. That's not what "active" does in the SIS import. You want to send a parameter called "offer" which is boolean. True is published and False is unpublished. The "offer" parameter is described on this page: Courses - Canvas LMS REST API Documentation