Support for term end dates in LTI Variable Substitutions

Jump to solution
IvanTheDev
Community Member

Good day to you all

Using this API docs I was managed to import course start and end dates from Canvas. At some point of developing our integration with Canvas I realized that I also need to add support for term dates. In mentioned above docs I found a field Canvas.term.startAt which allows to get term start date, but no field to get term end date.

Is it possible to add support for that field in future releases, or it's already there and I'm missing something in the docs? It's quite logical to have this field since we already have the field for term start date.

 

0 Likes
1 Solution
matthew_buckett
Community Contributor

It looks like Instructure have developed a fix for this and I'd expect this to be available on beta shortly, the commit that added this is: https://github.com/instructure/canvas-lms/commit/07dd88d8a37aad380ce243ac8b7624d4eb331c6c

View solution in original post