Custom Field on Canvas Course record

Jump to solution
devpool
Community Novice

Hello,

Wondering if we can store Custom fields on Courses? We're looking for storing Date/Time type on Course record.

Not sure if this is possible in Canvas via API.

Any help on achieving this would be really appreciated.

1 Solution
James
Community Champion

 @devpool  


Custom data can only be stored at the user level. If you want it stored at the course level, you would need to save it outside of Canvas and then query it from that source.

There are several date and times already stored in the course record. What date and time are you looking to store?

View solution in original post