{
"status": "success",
"message": "Submissions retrieved successfully",
"data": [
{
"id": 2,
"internId": 2,
"kpiId": 1,
"mentorId": 3,
"submissionType": "text",
"fileUrl": "https://blah.com",
"fileKey": null,
"status": "pending",
"internshipProgramId": 2,
"mentorComment": null,
"score": null,
"submittedAt": "2025-07-21T07:47:02.702Z",
"reviewedAt": null,
"createdAt": "2025-07-21T07:47:02.523Z",
"updatedAt": "2025-07-21T07:47:02.523Z",
"deletedAt": null,
"kpi": {
"id": 1,
"title": "Freshest KPI",
"type": "output",
"internshipProgramId": 2,
"targetValue": 100,
"fileFormat": "pdf",
"urlPattern": "https://uploads.example.com/{internId}/reports/{week}.pdf",
"createdAt": "2025-07-21T07:23:08.692Z",
"updatedAt": "2025-07-21T07:23:08.692Z",
"deletedAt": null
},
"mentor": {
"id": 3,
"firstName": "Johnny",
"lastName": "Depp",
"otherName": null,
"email": "yusufde@gmail.com",
"phoneNumber": "+23484123345678",
"gender": "male",
"userId": 35,
"role": "mentor",
"password": null,
"createdAt": "2025-07-21T07:45:11.493Z",
"updatedAt": "2025-07-21T07:45:11.493Z",
"deletedAt": null
},
"internshipProgram": {
"id": 2,
"title": "Backend Internship Program",
"reference": "19cc84e7-24ff-44a7-a3c5-6a9cfaa51e12",
"description": "A 3-month backend engineering internship focused on Node.js and PostgreSQL.",
"slug": "backend-internship-program2025-07-01844",
"startDate": "2025-07-01",
"endDate": "2025-09-30",
"requirements": "Basic knowledge of JavaScript and REST APIs.",
"employerId": 1,
"createdAt": "2025-07-21T07:21:56.837Z",
"updatedAt": "2025-07-21T07:21:56.837Z",
"deletedAt": null
}
}
],
"total": 1,
"perPage": 1,
"currentPage": 1,
"lastPage": 1,
"firstPage": 1,
"firstPageUrl": "/?page=1&limit=1",
"lastPageUrl": "/?page=1&limit=1",
"nextPageUrl": null,
"previousPageUrl": null
}