with merit filter
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-dataRequired
Request Code Samples
curl --location --request POST 'https://apidev.edufee.online/api/with-merit-promotion/search' \
--header 'Authorization: Bearer <token>' \
--form 'institute_class_map_id="12"' \
--form 'academic_year_id="85"' \
--form 'department_id="2"' \
--form 'shift_id="23"' \
--form 'section_id="40"' \
--form 'exam_id="21"' \
--form 'type="class"'
Responses
application/json Modified at 2025-12-29 09:55:46