LTI Resource Links
LTI Resource Links API
{
// The Canvas identifier for the LTI Resource Link.
"id": 1,
// The Canvas identifier for the context that the LTI Resource Link is
// associated with.
"context_id": 1,
// The type of the context that the LTI Resource Link is associated with.
"context_type": "Course",
// The Canvas identifier for the LTI 1.3 External Tool that the LTI Resource
// Link was originally installed from. Note that this tool may have been deleted
// or reinstalled and may not be the tool that would be launched for this url.
"context_external_tool_id": 1,
// The type of Canvas content for the resource link. Included for convenience.
"resource_type": "assignment",
// The Canvas URL that launches the LTI Resource Link. Suitable for use in
// Canvas rich content
"canvas_launch_url": "https://example.instructure.com/courses/1/external_tools/retrieve?resource_link_lookup_uuid=ae43ba23-d238-49bc-ab55-ba7f79f77896",
// The LTI identifier for the LTI Resource Link, included as the
// resource_link_id when this link is launched
"resource_link_uuid": "ae43ba23-d238-49bc-ab55-ba7f79f77896",
// A unique identifier for the LTI Resource Link, present in the rich content
// representation. Remains the same across content migration.
"lookup_uuid": "c522554a-d4be-49ef-b163-9c87fdc6ad6f",
// The title of the LTI Resource Link. Usually tool-provided, or matches the
// assignment name
"title": "Assignment 1",
// The tool URL to which the LTI Resource Link will launch
"url": "https://example.com/lti/launch/content_item/123",
// The LTI 1.1 identifier for the LTI Resource Link, included in lti1p1
// migration claim when launched. Only present if tool was migrated from 1.1 to
// 1.3.
"lti_1_1_id": "6a8aaca162bfc4393804afd4cd53cd94413c48bb",
// Timestamp of the resource link's creation
"created_at": "2024-01-01T00:00:00Z",
// Timestamp of the resource link's last update
"updated_at": "2024-01-01T00:00:00Z",
// The state of the resource link
"workflow_state": "active",
// Type of the associated content this resource link belongs to if present. Now
// only supports `ModuleItems`, later may be extend others
"associated_content_type": "ModuleItem",
// The Canvas identifier of the associated content, e.g. ModuleItem related to
// this link. Present if associated_content_type is present
"associated_content_id": 1
}Parameter
Type
Description
Parameter
Type
Description
Parameter
Type
Description
Parameter
Type
Description
Parameter
Type
Description
Last updated
Was this helpful?