-
Notifications
You must be signed in to change notification settings - Fork 0
[GET] High Score Recommendation
LEE WON SEOK edited this page May 31, 2021
·
2 revisions
-
Request-Header
Content-Type
:application/json
-
Response-body
image
: String,
title
: String,
subtitle
: String -
SUCCESS
{ "success": true, "message": "검색뷰 높은 평점 추천 콘텐츠 조회 성공", "data": { "searchHigh": [ { "image": "https://watcha.s3.ap-northeast-2.amazonaws.com/img_main_line1/searchline2/s2_1.png", "title": "당신이 좋아할 컨텐츠", "subtitle": "그녀,슬기로운 의사생활,기생충,줄무늬 파자마를 입은 소년,인턴 등" }, { "image": "https://watcha.s3.ap-northeast-2.amazonaws.com/img_main_line1/searchline2/s2_2.png", "title": "시도해보는 새로운", "subtitle": "맨 인 블랙:인터내셔널,쾌걸춘향 트루 디렉티브 시즌3,붉은 수수밭 등" } ] } }
-
SERVER ERROR
{ "status": 500, "message": "Server Error" }