Plagiarism Detection Platform Assignments
Plagiarism Detection Platform API for Assignments (Must use JWT access tokens with this API).
A LtiAssignment object looks like:
Lti::PlagiarismAssignmentsApiController#show
GET /api/lti/assignments/:assignment_id
GET /api/lti/assignments/:assignment_id
Scope: url:GET|/api/lti/assignments/:assignment_id
Get a single Canvas assignment by Canvas id or LTI id. Tool providers may only access assignments that are associated with their tool.
Request Parameters:
Parameter
Type
Description
user_id
string
The id of the user. Can be a Canvas or LTI id for the user.
Returns a LtiAssignment object.
This documentation is generated directly from the Canvas LMS source code, available on Github.
Last updated