Get submission by ID
Developing
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 samples
curl --location --request GET 'https://prod.your-api-server.com/submissions/'
Responses
application/json {
"submissionId": 0,
"projectUrl": "string",
"groupUrl": "string",
"fileUrl": "string",
"projectId": 0,
"groupId": 0,
"structureAccepted": true,
"dockerStatus": "string",
"structureFeedback": "string",
"dockerFeedback": {
"type": "string",
"feedback": "string",
"allowed": true
},
"artifactUrl": "string",
"submissionTime": "string"
}
Modified at 2024-03-04 21:57:47