Custom Data for an Integration App on a Course
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2018
12:53 PM
Hello,
I am a new user and a new developer. Apologies if this is a repeat question. I see there is an option to add custom data for a user
My question is more specific to a Course where I want to be able to attach an UID to an external system to make it easy for my solution
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2018
03:25 PM
All of the course API fields are at Courses - Canvas LMS REST API Documentation and Courses - Canvas LMS REST API Documentation .
I don't think there is anywhere you could store your uid. You'll just have to have your application keep a mapping between it and the sis_course_id or the Canvas id, as appropriate.