Unlock Next Course

course is another name of topic with module type

Unlock next course in class

get
/v3/class/topic/unlock

Unlock next course in class

Authorizations
AuthorizationstringRequired
Query parameters
topicUUIDstringOptional

uuid of course

classroomSlugstringOptional

slug of classroom

completedboolean · enumOptional

indicates that previous course is completed

Possible values:
Responses
200

Response

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

Response

{
  "message": "success",
  "status": true,
  "data": {
    "classname": "text",
    "id": 1,
    "index": 1,
    "kind": "course",
    "module": "text",
    "uuid": "text",
    "classModuleIndex": 1,
    "content": "text",
    "description": "text",
    "state": "release",
    "author": {
      "id": 1,
      "name": "text",
      "photo": "text"
    },
    "contentId": 1,
    "editable": true,
    "moduleId": 1,
    "authorId": 1,
    "classroomId": 1,
    "slug": "text",
    "title": "text",
    "type": "editor"
  }
}

Last updated