fetch instructor by course id
GET/course/:encryptedCourseId/instructures
fetch instructor by course id
Request
Path Parameters
encryptedCourseId stringrequired
encryptedCourseId
Responses
- 200
Successful
- application/json
- Schema
- Example (from schema)
Schema
name string
jabatan string
desc string
{
"name": "string",
"jabatan": "string",
"desc": "string"
}