Authorization: Bearer ********************curl --location --request POST 'https://apidev.edufee.online/api/exam/institute-wise-exam-code-index' \
--header 'Authorization: Bearer <token>' \
--form 'academic_year_id=""'{
"errors": null,
"message": "Success",
"status_code": 200,
"payload": {
"data": {
"status": "success",
"payload": {
"current_page": 1,
"data": [
{
"id": 7,
"institute_details_id": 12,
"institute_class_map_id": 7,
"academic_year_id": 85,
"department_id": 2,
"class_id": 35,
"academic_year": "2025",
"department_name": "school",
"class_name": "nine",
"code_title": "SC2",
"exam_code": "CQ",
"mark_source": "Written",
"created_at": "2025-09-25T06:42:43.000000Z",
"updated_at": "2025-09-25T06:42:43.000000Z"
},
{
"id": 6,
"institute_details_id": 12,
"institute_class_map_id": 7,
"academic_year_id": 85,
"department_id": 2,
"class_id": 35,
"academic_year": "2025",
"department_name": "school",
"class_name": "nine",
"code_title": "SC1",
"exam_code": "CT",
"mark_source": "Class Test",
"created_at": "2025-09-25T06:42:43.000000Z",
"updated_at": "2025-09-25T06:42:43.000000Z"
},
{
"id": 5,
"institute_details_id": 12,
"institute_class_map_id": 7,
"academic_year_id": 85,
"department_id": 2,
"class_id": 32,
"academic_year": "2025",
"department_name": "school",
"class_name": "nine",
"code_title": "SC2",
"exam_code": "CQ",
"mark_source": "Written",
"created_at": "2025-09-25T06:42:43.000000Z",
"updated_at": "2025-09-25T06:42:43.000000Z"
},
{
"id": 4,
"institute_details_id": 12,
"institute_class_map_id": 7,
"academic_year_id": 85,
"department_id": 2,
"class_id": 32,
"academic_year": "2025",
"department_name": "school",
"class_name": "nine",
"code_title": "SC1",
"exam_code": "CT",
"mark_source": "Class Test",
"created_at": "2025-09-25T06:42:43.000000Z",
"updated_at": "2025-09-25T06:42:43.000000Z"
}
],
"first_page_url": "https://apidev.edufee.online/api/exam/institute-wise-exam-code-index?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://apidev.edufee.online/api/exam/institute-wise-exam-code-index?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://apidev.edufee.online/api/exam/institute-wise-exam-code-index?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"next_page_url": null,
"path": "https://apidev.edufee.online/api/exam/institute-wise-exam-code-index",
"per_page": 10000,
"prev_page_url": null,
"to": 4,
"total": 4
}
}
}
}