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
Testing step via postman
expected result
{ "certificates": [ { "course_id": "course-v1:edx+cs201+2023", "mode": "audit", "total_issued_certificate": 1, "report_run_date": "September 25, 2024" } ], "queried_features": [ "course_id", "mode", "total_issued_certificate", "report_run_date" ], "feature_names": { "course_id": "CourseID", "mode": "Certificate Type", "total_issued_certificate": "Total Certificates Issued", "report_run_date": "Date Report Run" } }
You can pass the ?csv=false or ?csv=true to get the csv file.
Test via dashboard.
This works with POST and GET both.
The text was updated successfully, but these errors were encountered:
awais786
No branches or pull requests
Testing step via postman
expected result
You can pass the ?csv=false or ?csv=true to get the csv file.
Test via dashboard.
This works with POST and GET both.
The text was updated successfully, but these errors were encountered: