Create a Submission

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Behavior

Creates a Submission using the parameters provided in the request body.

Returns

Returns the newly created submission if creation succeeded. This call will raise an error if any parameters are invalid or any required parameters are omitted.
















Body Params
string
required

The assignment this submission corresponds to. Assignment must be a descendant of a course in which you are a Course Admin.

string
required

A list of the students who worked on this submission. A student can have at most one submission per assignment. These users must also be active students in the submission's course. Every submission must have at least 1 student.

string

The grader assigned to grade this submission, specified by email. This user must be an active grader in the submission's course. If submission.isFinalized == True, then this field cannot be null. Defaults to null.

boolean

If True, the submission will be visible by students if the associated assignment is published. Defaults to False.

int32

Index used to order the queue from which graders draw submissions. Low keys will be drawn from the queue first. Defaults to 0

Response

Language
Credentials
Query
LoadingLoading…
Response
Choose an example:
application/json