Authorization: Bearer ********************curl --location --request GET 'https://apidev.edufee.online/api/exam/semester-exams' \
--header 'Authorization: Bearer <token>'{
"errors": null,
"message": "Success",
"status_code": 200,
"payload": {
"data": {
"success": true,
"list": {
"current_page": 1,
"data": [
{
"id": 25,
"institute_details_id": 12,
"name": "Class Test 5897",
"note": "note testes",
"serial": 5,
"created_at": "2025-09-18T03:28:08.000000Z",
"updated_at": "2025-09-18T03:29:57.000000Z"
},
{
"id": 24,
"institute_details_id": 12,
"name": "New Test 100",
"note": "no note",
"serial": 10,
"created_at": "2025-09-18T03:12:49.000000Z",
"updated_at": "2025-09-18T03:30:29.000000Z"
},
{
"id": 26,
"institute_details_id": 12,
"name": "newe 525",
"note": "bo notwe",
"serial": 585,
"created_at": "2025-09-18T03:46:57.000000Z",
"updated_at": "2025-09-18T03:46:57.000000Z"
}
],
"first_page_url": "https://apidev.edufee.online/api/exam/class-tests?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://apidev.edufee.online/api/exam/class-tests?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://apidev.edufee.online/api/exam/class-tests?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"next_page_url": null,
"path": "https://apidev.edufee.online/api/exam/class-tests",
"per_page": 10000,
"prev_page_url": null,
"to": 3,
"total": 3
}
}
}
}