Authorization: Bearer ********************curl --location --request GET 'https://apidev.edufee.online/api/global-exams/index' \
--header 'Authorization: Bearer <token>'{
"errors": null,
"message": "Success",
"status_code": 200,
"payload": {
"data": [
{
"id": 1,
"exam_code": [
"SC1",
"SC2",
"SC3",
"SC4",
"SC5",
"SC6",
"SC7",
"SC8"
],
"mark_source": [
"Class Test",
"Written",
"Objective",
"Practical",
"Attendance",
"Oral",
"Assessment",
"Co-Curricular Activity"
],
"grade_point": [
5,
4.5,
4,
3,
2,
1,
0
],
"grade": [
"A+",
"A",
"A-",
"B",
"C",
"D",
"F"
],
"result": [
"Pass",
"Fail"
],
"result_status": [
"Excellent",
"Very Good",
"Good",
"Well",
"So So",
"Try",
"Not Good"
],
"comments": [
"Excellent",
"Very Good",
"Good",
"Well",
"So So",
"Try",
"Not Good"
],
"created_at": "2025-09-25T05:12:47.000000Z",
"updated_at": "2025-09-25T05:12:47.000000Z"
}
]
}
}