We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
existing API code
Things to implement.
edx-platform
verify with postman
1: Use this URL with post request. ( pass your valid course id ) 2. Pass form-data unique_student_identifier= username
unique_student_identifier
username
expected result { "course_id": "course-v1:edx+cs222+2311", "error": "", "enrollment_status": "Enrollment status for admin: active" }
{ "course_id": "course-v1:edx+cs222+2311", "error": "", "enrollment_status": "Enrollment status for admin: active" }
end to end testing
View a specific learner's enrollment status
view enrollment status
The text was updated successfully, but these errors were encountered:
awais786
No branches or pull requests
existing API code
Things to implement.
edx-platform
authentication.verify with postman
1: Use this URL with post request. ( pass your valid course id )
2. Pass form-data
unique_student_identifier
=username
expected result
{ "course_id": "course-v1:edx+cs222+2311", "error": "", "enrollment_status": "Enrollment status for admin: active" }
end to end testing
View a specific learner's enrollment status
and pass the username and click onview enrollment status
The text was updated successfully, but these errors were encountered: