Create Assignment

create assignment

post
/v1/assignment/base/create

create assignment

Authorizations
AuthorizationstringRequired
Body
titlestringOptional

assignment title

typestring · enumOptional

type of assignment

Possible values:
attachmentsstring[]Optional

list of assignment attachments url. Can be document, video, etc.

descriptionstringOptional

assignment description

externalIdstringOptional

id of form (if type is form) / id of studio (if type is studio)

kindstring · enumOptional

topic kind, must be assignment

Possible values:
classroomIdintegerOptional

id of classroom

deadlinestringOptional

string date with format YYYY-MM-DD HH:ii:ss

Example: 2024-01-30 23:59:59
moduleIdintegerOptional

id of module

Responses
chevron-right
200

Response

application/json
post
/v1/assignment/base/create
200

Response

Last updated