Get Class Course Group Detail

"module" is another name of course group

Get module detail in class

get
/v3/class/module/detail

Get module detail in class

Authorizations
AuthorizationstringRequired
Query parameters
moduleUUIDstringOptional

uuid of module

classroomSlugstringOptional

slug of classroom

Responses
200

Response

application/json
get
/v3/class/module/detail
GET /v3/class/module/detail HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
200

Response

{
  "data": {
    "type": "module",
    "authorId": 1,
    "slug": "text",
    "state": "release",
    "summary": "text",
    "uuid": "text",
    "description": "text",
    "cover": "text",
    "created_at": "text",
    "price": 1,
    "title": "text",
    "updated_at": "text",
    "author": {
      "id": 1,
      "name": "text",
      "photo": "text"
    },
    "id": 1,
    "minScore": 1,
    "owned": true,
    "courses": 1
  },
  "message": "success",
  "status": true
}

Last updated