Skip to content

[GET] Main Banner

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

Banner

[Get]~/api/mainpage/banner

  • Request-Header

    Content-Type : application/json

  • Response-body
    image : String,
    largeTitle: String,
    description: String

  • SUCCESS

        {
            "success": true,
            "message": "메인뷰 배너 정보 조회 성공",
            "data": {
                "mainBanner": [
                    {
                        "image": "https://~",
                        "largeTitle": "5월3주 신작",
                        "description": "맨 인 블랙: 인터내셔널, 쾌걸춘향\n트루 디렉티브 시즌3, 붉은 수수밭 등"
                    },
                    {
                        "image": "https://~",
                        "largeTitle": "한 편의 인생수업",
                        "description": "맨 인 블랙: 인터내셔널, 쾌걸춘향\n트루 디렉티브 시즌3, 붉은 수수밭 등"
                    }
                ]
            }
        }
  • SERVER ERROR

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