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