own:course or submit:coursework permission. Teachers (course owner or a co-teacher) get the full course roster — one entry per enrolled student, with submission null while the student has not started — filterable by student name and paginated via meta. Enrolled students get only their own submission entry.core.session_token: ********************Authorization: Bearer ********************curl --location '/assignments//submissions?page=&limit=&search='{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": [
{
"student": {
"id": "string",
"name": "string",
"nisn": "string",
"image": "string"
},
"submission": {
"id": "string",
"assignmentId": "string",
"status": "DRAFT",
"textContent": "string",
"submittedAt": "2019-08-24T14:15:22.123Z",
"score": 0,
"feedback": "string",
"gradedAt": "2019-08-24T14:15:22.123Z",
"student": {
"id": "string",
"name": "string",
"nisn": "string"
},
"attachments": [
{
"id": "string",
"kind": "FILE",
"fileUrl": "string",
"fileName": "string",
"fileSize": 0,
"mimeType": "string",
"linkUrl": "string"
}
]
}
}
]
}