-
Notifications
You must be signed in to change notification settings - Fork 0
[GET] 특정 테스트 조회
herimhong edited this page Jan 9, 2021
·
4 revisions
METHOD | PATH |
---|---|
GET | /test/:TestId |
{
"status": 200,
"success": true,
"message": "테스트 문제들 조회 성공",
"data": [
{
"questionNumber": 1,
"sound1URL": "uR8Mrt1IpXg1.mp3",
"sound3URL": "uR8Mrt1IpXg3.mp3",
"hint": "미친사람",
"answer": "Psycho",
"thumbnail": null,
"answerYoutubeURL": "uR8Mrt1IpXg"
},
{
"questionNumber": 2,
"sound1URL": "XGdbaEDVWp01.mp3",
"sound3URL": "XGdbaEDVWp03.mp3",
"hint": "무덤덤",
"answer": "Dumb Dumb",
"thumbnail": null,
"answerYoutubeURL": "XGdbaEDVWp0"
},
{
"questionNumber": 3,
"sound1URL": "WyiIGEHQP8o1.mp3",
"sound3URL": "WyiIGEHQP8o3.mp3",
"hint": "색",
"answer": "빨간맛",
"thumbnail": null,
"answerYoutubeURL": "WyiIGEHQP8o"
}
]
}