v1

latestOpenAPI 3.0.02026-08-04265791.1 MB
Course Categories

Get

Get a course for the given id.

get/public/api/course-categories/{id}

Path parameters

idstring required

The id of the course

Headers

Acceptstring

e.g. application/json

Response

OK

category_idstring
creator_idstring
titlestring
tenantstring
created_datestring
updated_datestring

Example response

{
  "category_id": "61c058d4d1ae7c00388ef198",
  "creator_id": "5f3cfa761e8fdf003bf1fab7",
  "title": "Sales AI",
  "tenant": "vitaltest",
  "created_date": "2021-12-20T10:20:04.206Z",
  "updated_date": "2021-12-20T10:20:04.206Z"
}