Line Items
Line Items API
{
// The fully qualified URL for showing, updating, and deleting the Line Item
"id": "http://institution.canvas.com/api/lti/courses/5/line_items/2",
// The maximum score of the Line Item
"scoreMaximum": 50,
// The label of the Line Item.
"label": "50",
// Tag used to qualify a line Item beyond its ids
"tag": "50",
// A Tool Provider specified id for the Line Item. Multiple line items can share
// the same resourceId within a given context
"resourceId": "50",
// The resource link id the Line Item is attached to
"resourceLinkId": "50",
// The extension that defines the submission_type of the line_item. Only returns
// if set through the line_item create endpoint.
"https://canvas.instructure.com/lti/submission_type": "{
"type":"external_tool",
"external_tool_url":"https://my.launch.url",
}",
// The launch url of the Line Item. Only returned if `include=launch_url` query
// parameter is passed, and only for Show and List actions.
"https://canvas.instructure.com/lti/launch_url": "https://my.tool.url/launch"
}Parameter
Type
Description
Parameter
Type
Description
Parameter
Type
Description
Parameter
Type
Description
Last updated
Was this helpful?