v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBCourses
Create an eLearning standard course
🔑
Required OAuth scope: courses:write.
Creates a new eLearning standard (SCORM, AICC, xAPI, ...) course with the provided eLearning standard file. This endpoint should not be used to create native 360Learning courses.
This endpoint has a specific rate limit of 1 request per second.
post/api/v2/courses/elearning-standard
Headers
360-api-version'v2.0' required
The version of the API.
Response
Returns the created course.
Example response
{
"name": "Employee Onboarding",
"authorId": "507f1f77bcf86cd799439011",
"groupId": "507f1f77bcf86cd799439011",
"coAuthorIds": [
"507f1f77bcf86cd799439011"
],
"description": "This course will teach you how to onboard a new employee!",
"_id": "507f1f77bcf86cd799439011",
"translations": [
{
"lang": "fr",
"translatorIds": [
"507f1f77bcf86cd799439011"
],
"translatedFields": {
"name": "Accueil des employés",
"description": "Ce module vous apprend à intégrer un nouveau collaborateur !"
}
}
],
"externalPlatform": "Udemy"
}