-
Notifications
You must be signed in to change notification settings - Fork 1
상영 중인 영화
Lee Hyunjoo edited this page Jun 6, 2020
·
6 revisions
GET /movie/list/released
{
"Content-Type": "application/json"
}
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"
}
]
}