Get Class Unassigned Course Group

"module" is another name of course group

Get unassigned module in class

get
/v3/class/module/unassigned

Get unassigned module in class

Authorizations
AuthorizationstringRequired
Query parameters
classroomSlugstringOptional

slug of classroom

Responses
200

Response

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

Response

{
  "data": [
    {
      "type": "module",
      "courses": 1,
      "cover": "text",
      "title": "text",
      "updated_at": "text",
      "classroomId": 1,
      "editable": true,
      "slug": "text",
      "summary": "text",
      "uuid": "text",
      "authorId": 1,
      "created_at": "text",
      "description": "text",
      "id": 1
    }
  ],
  "message": "success",
  "status": true
}

Last updated