GET
/integration/v1/courses/{course_id}/launchfile
Generate SCORM package
Generate SCORM package
operationId Generate SCORM package
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
course_id
|
string | required | Course ID should start with 0 |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
version
|
string | optional | SCORM version enum: `scorm`, `scorm_2004`, `x_api`, `lti` |
lang
|
string | optional | Language |
Responses
200
application/json schema
{
"type": "string",
"format": "binary",
"description": "SCORM package file",
"required": true
}
412 Invalid parameters
500 Server error
512 Specification violations