LTI 1.3 equivalent of ltiLaunchUrl

Jump to solution
hmoffatt
Community Member

We have our LTI tool integrated with Canvas and we support a review launch by sending a URL back in the ltiLaunchUrl field through the basic outcome service.

https://github.com/instructure/canvas-lms/blob/master/doc/api/assignment_tools.md#lti-launch-url

 

Is there an LTI 1.3 equivalent? I think it would be the submission review launch, but I don't think this is supported yet?

Labels (2)
0 Likes
1 Solution
karl
Instructure Alumni
Instructure Alumni

It's an extension on the score endpoint as part of the Assignment and Grades Service. More details are here: https://canvas.instructure.com/doc/api/file.assignment_tools.html and https://canvas.instructure.com/doc/api/score.html

Also, Canvas doesn't support submission review. We plan to add support for it, but do not have a committed timeline at the moment.

View solution in original post