Skip to content

필터링

최영훈 edited this page Jun 6, 2020 · 7 revisions

메소드 경로 설명
GET /main/filter/:category 필터링
category Key category Value
1 "콘서트"
2 "코로나 펀딩"
3 "행사 "
4 "아이돌 "
5 "락/인디 "

Request Header

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

Request Params

{
    "category":1(int)
}


#### ㅤ
## Response

### Response Datatype
```json
"data":[
    {
        "concert_title":STRING(콘서트 제목),
        "concert_date":STRING(콘서트 시작날짜),
        "concert_img":STRING(콘서트 이미지),
        "concert_tag":STRING(카테고리)
    }
]

< Success >

< Fail >

Clone this wiki locally