Skip to content

상영 예정 영화

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

Request Header

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

Response

Success : 200

{
    "status": 200,
    "success": true,
    "message": "MOVIE_RELEASE 조회 성공",
    "data": [
        {
            "movieIdx": 1,
            "movieImg": "https://thecamp.s3.ap-northeast-2.amazonaws.com/lifecycle.png"
        },
        {
            "movieIdx": 2,
            "movieImg": "https://thecamp.s3.ap-northeast-2.amazonaws.com/lifecycle.png"
        },
        {
            "movieIdx": 4,
            "movieImg": "https://thecamp.s3.ap-northeast-2.amazonaws.com/lifecycle.png"
        },
        {
            "movieIdx": 6,
            "movieImg": "https://thecamp.s3.ap-northeast-2.amazonaws.com/lifecycle.png"
        },
        {
            "movieIdx": 7,
            "movieImg": "https://thecamp.s3.ap-northeast-2.amazonaws.com/lifecycle.png"
        },
        {
            "movieIdx": 9,
            "movieImg": "https://thecamp.s3.ap-northeast-2.amazonaws.com/lifecycle.png"
        },
        {
            "movieIdx": 11,
            "movieImg": "https://thecamp.s3.ap-northeast-2.amazonaws.com/lifecycle.png"
        }
    ]
}
Clone this wiki locally