Get Class Course Group List

"module" is another name of course group

Get module list in class

get
/v3/class/module/list

Get module list in class

Authorizations
AuthorizationstringRequired
Query parameters
keywordstringOptional

search by class name

sortstring · enumOptional

sorting class

Possible values:
classroomSlugstringOptional

slug of classroom

Responses
200

Response

application/json
get
/v3/class/module/list
GET /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