irregular assign list
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"academic_year_id": 85,
"department_id": 2,
"combinations_pivot_id": 45,
"group_id": 45
}
Request Code Samples
curl --location --request POST 'https://apidev.edufee.online/api/irregular-subject-list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"academic_year_id": 85,
"department_id": 2,
"combinations_pivot_id": 45,
"group_id": 45
}'
Responses
application/json Modified at 2025-11-08 10:21:29