get all merit process data
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location 'https://apidev.edufee.online/api/exam/merit-process-data' \
--header 'Authorization: Bearer <token>' \
--form 'academic_year_id=""' \
--form 'department_id=""' \
--form 'exam_id=""' \
--form 'combinations_pivot_id=""' \
--form 'class_id=""' \
--form 'shift_id=""' \
--form 'group_id=""' \
--form 'gender=""' \
--form 'religion=""' \
--form 'section_id="40"'
Responses
application/json
Modified at 2026-06-14 04:25:02