Skip to content

[GET] Watching List

LEE WON SEOK edited this page May 23, 2021 · 3 revisions

Wathing List

[Get]~/api/mainpage/watching

  • Request-Header

    Content-Type : application/json

  • Response-body
    image : String,
    title: String,
    progress: Int

  • SUCCESS

        {
            "success": true,
            "message": "메인뷰 시청중 목록 조회 성공",
            "data": {
                "mainWatching": [
                    {
                        "image": "https://~",
                        "title": "캐롤",
                        "progress": 20
                    },
                    {
                        "image": "https://~",
                        "title": "검정고무신",
                        "progress": 50
                    },
                    {
                        "image": "https://~",
                        "title": "시카고",
                        "progress": 80
                    }
                ]
            }
        }
  • SERVER ERROR

        {
            "status": 500,
            "message": "Server Error"
        }
Clone this wiki locally