Get Class Unassigned Course Group
Get unassigned module in class
Authorizations
AuthorizationstringRequired
Query parameters
classroomSlugstringOptional
slug of classroom
Responses
200
Response
application/json
get
/v3/class/module/unassignedGET /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