How to use QDB rest API to get Questions

12 Jun, 2022

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 ---

Who 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]

 

More Posts

How to use QDB rest API to get Questions

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.

12 Jun, 2022

How to add QDB widget to your website in just 2 steps

To add QDB widget to your website is more easy than you think. In just a two simple steps you can add the quiz widget to your webpage.

18 Mar, 2024

First Post on QDBlog about SEO

This is the very first post on QDB blog aka QDBlog

08 Jun, 2022