200 GET
/api/quizs/
7561ms
overall
1ms
on queries
1
queries
| X-FORWARDED-FOR | 173.252.82.16 |
| X-FORWARDED-PROTO | https |
| HOST | x01-backend.mobischool.mw |
| CONNECTION | close |
| ACCEPT | */*,application/json, text/plain, */* |
| ORIGIN | https://www.mobischool.mw |
| SEC-FETCH-SITE | same-site |
| SEC-FETCH-MODE | cors |
| SEC-FETCH-DEST | empty |
| REFERER | https://www.mobischool.mw/ |
| ACCEPT-ENCODING | gzip, deflate, br, zstd |
| ACCEPT-LANGUAGE | en-US |
| PRIORITY | u=1, i |
| USER-AGENT | Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/23D8133 [FBAN/FBIOS;FBAV/553.0.0.43.84;FBBV/911230482;FBDV/iPhone14,5;FBMD/iPhone;FBSN/iOS;FBSV/26.3.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/920298829] |
| CONTENT-TYPE | application/json |
| VARY | Accept |
| ALLOW | GET, HEAD, OPTIONS |
b'{"data":[],"message":"Quizs Fetched successfully"}'
{
"data": [],
"message": "Quizs Fetched successfully"
}
curl -X GET https://x01-backend.mobischool.mw/api/quizs/
from django.test import Client
c = Client()
response = c.get(path='/api/quizs/')