Skip to content

상영 중인 영화

Lee Hyunjoo edited this page Jun 6, 2020 · 6 revisions
GET /movie/list/released

Request Header

{
    "Content-Type": "application/json"
}

Response

Success : 200

{
    "status": 200,
    "success": true,
    "message": "MOVIE_RELEASE 조회 성공",
    "data": [
        {
            "movieIdx": 3,
            "movieImg": "https://thecamp.s3.ap-northeast-2.amazonaws.com/lifecycle.png"
        },
        {
            "movieIdx": 5,
            "movieImg": "https://thecamp.s3.ap-northeast-2.amazonaws.com/lifecycle.png"
        },
        {
            "movieIdx": 8,
            "movieImg": "https://thecamp.s3.ap-northeast-2.amazonaws.com/lifecycle.png"
        },
        {
            "movieIdx": 10,
            "movieImg": "https://thecamp.s3.ap-northeast-2.amazonaws.com/lifecycle.png"
        }
    ]
}
Clone this wiki locally