Get course
Returns a specific course by ID.
Path Parameters
- Type: stringcourse
_id requiredUnique identifier of the course.
Responses
- application/json
- application/json
- application/json
Request Example for get/apis/courses/courses/{course_id}
curl https://school.fullfabric.cloud/apis/courses/courses/507f1f77bcf86cd799439011 \
--header 'FF-Auth: YOUR_SECRET_TOKEN'
{
"id": "6385baad976a7719120008ca",
"external_id": "CF-101",
"code": "CF101",
"name": "Corporate Finance",
"theme": null
}