Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.13 KB

LaunchLinkRequestSchema.md

File metadata and controls

14 lines (10 loc) · 1.13 KB

LaunchLinkRequestSchema

Properties

Name Type Description Notes
expiry int The number of seconds from now that this link will expire in. This parameter should only be specified if the setting 'ApiUseSignedLaunchLinks' is configured with a value of 'true'. [optional] [default to 120]
redirect_on_exit_url string The URL the application should redirect to when the learner exits a course. If not specified, configured value will be used. [optional]
tracking bool Should this launch be tracked? If false, Engine will avoid tracking to the extent possible for the standard being used. [optional] [default to true]
start_sco string For SCORM, SCO identifier to override launch, overriding the normal sequencing. [optional]
additional_values \RusticiSoftware\Engine\V2\Model\ItemValuePairSchema[] [optional]

[Back to Model list] [Back to API list] [Back to README]