Get submission by ID
DevelopingGET
/submissions/{submissionid}Only the teacher of this course and assistants of this course and the group that submitted this submission should be able to perform this action
Request
Path Params
submissionid
string
required
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
submissionId
number
required
projectUrl
string
required
groupUrl
string
optional
fileUrl
string
required
projectId
number
required
groupId
number
optional
structureAccepted
boolean
required
dockerStatus
string
required
"no_test" | "running" | "finished" | "aborted"
structureFeedback
string
required
dockerFeedback
object
required
type
string
required
"SIMPLE" | "TEMPLATE" | "NONE"
feedback
string
required
feedback type depends on dockerFeedback type property
allowed
boolean
required
artifactUrl
string
optional
submissionTime
string
required
timestamp
Example
Not configured
Last modified: 10 months ago