-
Notifications
You must be signed in to change notification settings - Fork 11
test problems list api
Belikhun edited this page Jan 16, 2019
·
2 revisions
-
Permission:
everyone
-
Require Logged In:
false
Field | Type | Description |
---|---|---|
id | string | ID đề |
name | string | Tên đề |
point | number | Điểm đề |
image | string | Đường dẫn tới ảnh của đề |
###Example:
{
"code": 0,
"status": 200,
"description": "Success!",
"user": null,
"data": [
{
"id": "bai1",
"name": "Ước Số",
"point": "10",
"image": "\/api\/test\/problems\/image?id=bai1"
},
{
"id": "bai2",
"name": "Số Hoàn Chỉnh",
"point": 10,
"image": "\/api\/test\/problems\/image?id=bai2"
},
{
"id": "bai3",
"name": "Số nguyên tố",
"point": "10",
"image": "\/api\/test\/problems\/image?id=bai3"
},
{
"id": "bai4",
"name": "Dãy số nguyên tố",
"point": "10",
"image": "\/api\/test\/problems\/image?id=bai4"
}
],
"runtime": 0.0038559436798095703
}