Create Class Course
Create course in class
Authorizations
AuthorizationstringRequired
Body
classroomIdintegerOptional
id of classroom
contentstringOptional
html content
descriptionstringOptional
description of course
moduleIdintegerOptional
id of module
statestring · enumOptionalPossible values:
state of course
titlestringOptional
title of course
typestring · enumOptionalPossible values:
content type
Responses
200
Response
application/json
post
/v1/class/topic/create200
Response
create assignment
Authorizations
AuthorizationstringRequired
Body
attachmentsstring[]Optional
list of assignment attachments url. Can be document, video, etc.
classroomIdintegerOptional
id of classroom
deadlinestringOptionalExample:
string date with format YYYY-MM-DD HH:ii:ss
2024-01-30 23:59:59externalIdstringOptional
id of form (if type is form) / id of studio (if type is studio)
kindstring · enumOptionalPossible values:
topic kind, must be assignment
titlestringOptional
assignment title
descriptionstringOptional
assignment description
moduleIdintegerOptional
id of module
typestring · enumOptionalPossible values:
type of assignment
Responses
200
Response
application/json
post
/v1/assignment/base/create200
Response
Last updated