Get Course Detail
get course detail
Authorizations
AuthorizationstringRequired
Query parameters
slugstringOptional
slug of course
Responses
200
Response
application/json
get
/v2/module/topic/detailGET /v2/module/topic/detail HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
200
Response
{
"data": {
"moduleId": 1,
"contentId": 1,
"editable": true,
"id": 1,
"uuid": "text",
"authorId": 1,
"content": "text",
"owned": true,
"kind": "course",
"state": "release",
"type": "editor",
"author": {
"id": 1,
"name": "text",
"photo": "text"
},
"created_at": "text",
"index": 1,
"title": "text",
"updated_at": "text",
"classroomId": 1,
"description": "text",
"slug": "text"
},
"message": "success",
"status": true
}Last updated