curl --location --request GET 'http://127.0.0.1:3000/api/v1/homeworks//submissions?page&size&status&order_by&order'{
"code": 0,
"message": "string",
"data": {
"items": [
{
"id": 0,
"homework_id": 0,
"homework": {
"id": 0,
"title": "string",
"content": "string",
"deadline": "2019-08-24T14:15:22Z",
"max_score": 100,
"allow_late_submission": false,
"attachments": [
"string"
],
"submission_count": 0,
"created_by": {
"id": 0,
"username": "string",
"role": "user",
"email": "user@example.com",
"status": "active",
"profile": {
"profile_name": "string",
"avatar_url": "string"
},
"created_at": "2019-08-24T14:15:22Z",
"last_login": "2019-08-24T14:15:22Z"
},
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
},
"student_id": 0,
"student": {
"id": 0,
"username": "string",
"role": "user",
"email": "user@example.com",
"status": "active",
"profile": {
"profile_name": "string",
"avatar_url": "string"
},
"created_at": "2019-08-24T14:15:22Z",
"last_login": "2019-08-24T14:15:22Z"
},
"content": "string",
"attachments": [
{
"submission_token": "string",
"file_name": "string",
"size": 0,
"content_type": "string",
"uploaded_at": "2019-08-24T14:15:22Z"
}
],
"submitted_at": "2019-08-24T14:15:22Z",
"status": "submitted",
"score": 0,
"feedback": {
"content": "string",
"graded_by": {
"id": 0,
"username": "string",
"role": "user",
"email": "user@example.com",
"status": "active",
"profile": {
"profile_name": "string",
"avatar_url": "string"
},
"created_at": "2019-08-24T14:15:22Z",
"last_login": "2019-08-24T14:15:22Z"
},
"graded_at": "2019-08-24T14:15:22Z"
},
"is_late": true,
"has_feedback": true
}
],
"pagination": {
"page": 1,
"size": 1,
"total": 0,
"pages": 0
},
"statistics": {
"total_submissions": 0,
"graded_count": 0,
"average_score": 0,
"late_submissions": 0
}
},
"timestamp": "2019-08-24T14:15:22Z"
}