Unlock Next Course Group
Unlock next module in class
Authorizations
AuthorizationstringRequired
Query parameters
moduleUUIDstringOptional
uuid of module
classroomSlugstringOptional
slug of classroom
Responses
200
Response
application/json
get
/v3/class/module/unlockGET /v3/class/module/unlock HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
200
Response
{
"data": {
"created_at": "text",
"minScore": 1,
"title": "text",
"updated_at": "text",
"authorId": 1,
"cover": "text",
"id": 1,
"summary": "text",
"author": {
"photo": "text",
"id": 1,
"name": "text"
},
"type": "module",
"state": "release",
"uuid": "text",
"classModuleIndex": 1,
"courses": 1,
"description": "text",
"price": 1,
"slug": "text"
},
"message": "success",
"status": true
}Last updated