API Request to pull New Quiz questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2022
12:15 PM
I created a New Quiz, and tried running my Python Script that uses the Rest API to collect questions and statistics. However, when I do a GET request on https://webcourses.ucf.edu/api/v1/courses/<course_id>/quizzes/<quiz_id>/questions I get "The specified resource does not exist." error message.
I hear that we now have to use GraphQL, but I am not sure how to integrate that in my code. Is there any examples available I may follow get to simply pull quiz questions? Any help is much appreciated, as I have no prior knowledge on how to get questions or quiz statistics via api on New Quizzes, and my research is dependent on it.
Kind regards,
Paul