Authorization: Bearer ********************curl --location --request POST 'https://apidev.edufee.online/api/institute-wise-subject-list' \
--header 'Authorization: Bearer <token>' \
--form 'academic_year_id=""' \
--form 'department_id=""' \
--form 'combination_pivot_id=""' \
--form 'group_id[]=""'{
"errors": null,
"message": "Success",
"status_code": 200,
"payload": {
"data": {
"status": "success",
"message": "Subject List",
"subjects": [
{
"id": 79,
"subject_type": "Compulsory",
"institute_subject_id": 33,
"institute_subject": {
"id": 33,
"subject_name": "Bangla First Paper"
}
},
{
"id": 82,
"subject_type": "Compulsory",
"institute_subject_id": 34,
"institute_subject": {
"id": 34,
"subject_name": "Bangla Second Paper"
}
},
{
"id": 85,
"subject_type": "Compulsory",
"institute_subject_id": 35,
"institute_subject": {
"id": 35,
"subject_name": "English First Paper"
}
},
{
"id": 88,
"subject_type": "Compulsory",
"institute_subject_id": 36,
"institute_subject": {
"id": 36,
"subject_name": "English Second Paper"
}
},
{
"id": 91,
"subject_type": "Compulsory",
"institute_subject_id": 37,
"institute_subject": {
"id": 37,
"subject_name": "General Math"
}
},
{
"id": 94,
"subject_type": "Choosable",
"institute_subject_id": 39,
"institute_subject": {
"id": 39,
"subject_name": "Agriculture"
}
},
{
"id": 97,
"subject_type": "Group Based",
"institute_subject_id": 41,
"institute_subject": {
"id": 41,
"subject_name": "Social Science"
}
},
{
"id": 98,
"subject_type": "Group Based",
"institute_subject_id": 42,
"institute_subject": {
"id": 42,
"subject_name": "Philosophy"
}
},
{
"id": 100,
"subject_type": "Uncountable",
"institute_subject_id": 43,
"institute_subject": {
"id": 43,
"subject_name": "Career Education"
}
}
],
"semesterExams": [
{
"id": 1,
"semester_exam": "first semester exam"
},
{
"id": 2,
"semester_exam": "mid semester exam"
},
{
"id": 14,
"semester_exam": "Final Semester Exam"
}
],
"classTests": [
{
"id": 54,
"class_test": "Mid Class Test"
},
{
"id": 63,
"class_test": "Class Test 1"
}
]
}
}
}