{
"status": "success",
"message": "KPI Submissions fetched successfully",
"data": [
{
"id": 18,
"internId": 22,
"kpiId": 5,
"mentorId": 21,
"submissionType": "text",
"description": "Intern's explanation of task done",
"fileUrl": "https://blah.com",
"fileKey": null,
"submittedAt": "2025-08-07T15:58:41.604Z",
"kpi": {
"id": 5,
"title": "Freshest KPI"
},
"intern": {
"id": 22,
"firstName": "firstName",
"lastName": "lastName",
"email": "talent@worknation.com"
},
"mentor": {
"id": 21,
"firstName": "Johnny",
"lastName": "Depp"
}
}
],
"meta": {
"total": 1,
"perPage": 10,
"currentPage": 1,
"lastPage": 1,
"firstPage": 1,
"firstPageUrl": "/?page=1&limit=10",
"lastPageUrl": "/?page=1&limit=10",
"nextPageUrl": null,
"previousPageUrl": null
}
}