Skip to main content
Latest
interface GetSessionlessLaunchUrlForAnExternalToolParams
import { type GetSessionlessLaunchUrlForAnExternalToolParams } from "https://deno.land/x/gesso@v0.1.2/types/params.ts";

Properties

optional
id: string

The external id of the tool to launch.

optional
url: string

The LTI launch url for the external tool.

optional
assignmentid: string

The assignment id for an assignment launch. Required if launch_type is set to “assessment”.

optional
moduleitemid: string

The assignment id for a module item launch. Required if launch_type is set to “module_item”.

optional
launchtype: string

Allowed values: assessment, module_item

optional
resourcelinklookupuuid: string

The identifier to lookup a resource link.