-
Notifications
You must be signed in to change notification settings - Fork 0
Application URL
Muhammad Tariq edited this page Feb 11, 2021
·
34 revisions
- POST /superuser/login
- POST /superuser/operator
- GET /superuser/operators
- POST /superuser/operator/:id
- DELETE /superuser/operator/:id
- GET /dashboard/de/test
- 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 - This function will only delete metadata but the question will remain in the DB)
- POST /dashboard/de/questions (Save questions to DB)
- GET /dashboard/de/questions/:id (Get the list of questions and their respective IDs)
- GET /question/:id (Get single question)
- POST /question/:id (Update single question)
- DEL question/:id/meta/:metaid (Delete question document from Question collection and also entry in the Metadata collection)