LTI Launch Definitions
LTI Launch Definitions API
// A bare-bones representation of an LTI tool used by Canvas to launch the tool
{
// The type of the launch definition. Always 'ContextExternalTool'
"definition_type": "ContextExternalTool",
// The Canvas ID of the tool
"definition_id": "123",
// The display name of the tool for the given placement
"name": "My Tool",
// The description of the tool for the given placement.
"description": "This is a tool that does things.",
// The launch URL for the tool
"url": "https://www.example.com/launch",
// The domain of the tool
"domain": "example.com",
// Placement-specific config for given placements
"placements": {"assignment_selection":{"type":"Lti::PlacementLaunchDefinition"}}
}Parameter
Type
Description
Last updated
Was this helpful?