v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBCourses
Retrieve a course
🔑
Required OAuth scope: courses:read.
Retrieves the details of a specific course with the provided course ID.
get/api/v2/courses/{courseId}
Path parameters
courseIdstring ObjectId required
Example:507f1f77bcf86cd799439011
The unique ID of the course.
Headers
360-api-version'v2.0' required
The version of the API.
Response
Returns the details of the given 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"
}