The QDB system is all base on API, whit QDB API you can get, create and update questions.
As "creator" user you can upload new questions to your private categories and pull them with QDB widget SDK or via API.
What is API?
API - Application Programming Interface
Is the way to get or update data from one system.
-- - More ---
How to use QDB API
We have couple of endpoint:
- categories
- questions
To get the all categories and sub-categories list: http://127.0.0.1:5000/api/v1/categories/quiz?token=[USER TOKEN]
To get all sub-categories in one category: http://127.0.0.1:5000/api/v1/categories/quiz/כללי?token=[USER TOKEN]