-
Notifications
You must be signed in to change notification settings - Fork 0
검색리스트
syndersonLEE edited this page Nov 15, 2019
·
4 revisions
메소드 | 경로 | 짧은 설명 |
---|---|---|
GET | /search/result?keyword=(키워드)&minprice=(최소가격)&maxprice=(최대가격)&num=(인원)&comercial=(on/off)&location=위치 | 검색리스트 |
{
"status": 200,
"message": "검색리스트 성공",
"data": [
{
"spaceIdx" : 1,
"spaceName" : "공장단지",
"likeOn" : true,
"spaceDetail" : "노란색물탱크가 돋보이는 뭐시기 블라블라",
"userSpaceTag" : [
{
"tagContent" : "상업적"
},
{
"tagContent" : "빈티지"
},
{
"tagContent" : "야외"
},
{
"tagContent" : "조명기기"
},
]
}
]
}
{
"status" : 401,
"message" : "토큰 오류"
}