Get Class Course Group List
Get module list in class
Authorizations
AuthorizationstringRequired
Query parameters
keywordstringOptional
search by class name
sortstring · enumOptionalPossible values:
sorting class
classroomSlugstringOptional
slug of classroom
Responses
200
Response
application/json
get
/v3/class/module/listGET /v3/class/module/list HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
200
Response
{
"data": [
{
"authorId": 1,
"slug": "text",
"summary": "text",
"editable": true,
"id": 1,
"locked": true,
"owned": true,
"uuid": "text",
"courses": 1,
"cover": "text",
"created_at": "text",
"description": "text",
"author": {
"name": "text",
"photo": "text",
"id": 1
},
"classModuleIndex": 1,
"classroomId": 1,
"title": "text",
"type": "module",
"updated_at": "text"
}
],
"message": "success",
"status": true
}Last updated