v1
latestOpenAPI 3.0.02026-08-04265791.1 MBCourses
Get
Get a course for the given id.
get/public/api/courses/{id}
Path parameters
idstring required
The id of the course
Headers
Acceptstring
e.g. application/json
Response
OK
Example response
{
"course_id": "5c6e7bd9d6313e003a5b73e1",
"user_id": "5c46fccd73b0240042c8d1cd",
"plan_id": "5c5b09bb924daa006bafb347",
"assignment_date": "2019-02-21T10:22:17.130Z",
"earned_points": 0,
"start_date": "2019-02-22T09:00:00.000Z",
"finished_date": "2019-02-22T10:00:00.000Z",
"duration": 60,
"due_date": "2019-03-01T08:00:00.000Z",
"created_date": "2019-02-21T10:22:17.136Z",
"updated_date": "2019-02-21T10:22:17.136Z"
}