Skip to content

Application URL

Muhammad Tariq edited this page Feb 7, 2021 · 34 revisions

Super User Backend Path

  • POST /superuser/login
  • POST /superuser/operator
  • GET /superuser/operators
  • POST /superuser/operator/:id
  • DELETE /superuser/operator/:id

Question Backend Path

  • GET /dashboard/de/test
  • POST /dashboard/de/questions (Save questions to DB)
  • GET /dashboard/de/metadata (Get metadata by user)
  • POST /dashboard/de/metadata/:id (Update metadata by user)
  • DELETE /dashboard/de/metadata/:id (Delete metadata by user)
  • GET /dashboard/de/questions/:id (Get the list of questions and their respective IDs)

Clone this wiki locally