Learn how to fetch question reports using Kotobee API.
The Question Reports API lets you list all of the question sets in your library or cloud ebook and makes it possible to fetch all question reports for the given set.
Get all question sets
This URL base API (https://www.kotobee.com/api/v1/questionreports/all) lists all question sets for a certain cloud ebook or library, along with their details.
Available variables are as follows.
serial or accesskey | Contains your authentication method. |
cloudid | The library/cloud ebook cloud ID. |
bid | An optional data. Pass it in case you would like to get question sets for a certain library ebook. |
Get question reports
This URL base API (https://www.kotobee.com/api/v1/questionreports/get) lists all questions and answers for a certain cloud ebook or library, along with the user email.
Available variables are as follows.
serial or accesskey | Contains your authentication method. |
cloudid | The library/cloud ebook cloud ID. |
qsid | The question set ID returned from the /all endpoint. |
uid | An optional data. Pass it in case you would like to get question reports for a certain user. |