Request

Query Params

type: int
/notices/event/?type= 1, 2, 3
1: 기획부스 2: 권리팀부스 3: 대외협력팀 부스

Response

200

{
    "message": "기획부스 이벤트 목록입니다.",
    "events": [
        {
            "id": 1,
            "user": 3,
            "name": "아이돌이 옵니다",
            "place": "대강당에서",
            "opened": false,
            "type": "기획부스",
            "thumnail": "<https://festivalewha.s3.ap-northeast-2.amazonaws.com/event_images/Ft5_3mb> (1).JPG",
            "time": "11:00 - 14:00"
            
        }
    ]
}