Skip to content

[GET] Watcha Collection

LEE WON SEOK edited this page May 31, 2021 · 2 revisions

Watcha Collection

[Get]~/api/searchpage/collection

  • Request-Header

    Content-Type : application/json

  • Response-body
    title : String,
    nickname: String,

  • SUCCESS

        {
            "success": true,
            "message": "컬렉션 조회 성공",
            "data": {
                "searchCollection": [
                    {
                        "title": "배우의 영상화보 모음집",
                        "nickname": "푸른바다"
                    },
                    {
                        "title": "죽기 전에 꼭 봐야 할 영화 컬렉션",
                        "nickname": "mignon"
                    },
                    {
                        "title": "월요병 퇴치해주는 힐링 드라마",
                        "nickname": "현경"
                    },
                ]
            }
        }
  • SERVER ERROR

        {
            "status": 500,
            "message": "Server Error"
        }