event detail

event detail

GET /meetgo/event/detail/<name>

[
    {
        "id": 10,
        "event_name": "vuetiful05",
        "title": "Vuetiful Korea 다섯번째 모임",
        "image_url": "https://s3-ap-northeast-2.amazonaws.com/meetgo/upload/images/main - S Lee.png",
        "summary": "Vue.js, Nuxt.js, Spring Boot, Thymeleaf, RxJS, Firebase, socket.io",
        "start_date": "2018-08-08T19:30:00+09:00",
        "end_date": "2018-08-08T21:15:00+09:00",
        "place": "서울특별시 강남구 대치2동 영동대로 417 구글 캠퍼스 서울",
        "link_url": "-",
        "description": "이번 밋업의 발표주제는 'NUXT로 Art하게 프론트 설계해보기', '스프링 부트에서 뷰 맛보기', '더퀴즈라이브 웹 버전 개발기'입니다.\r\n<br>\r\n<br>\r\n<img src=\"https://s3-ap-northeast-2.amazonaws.com/meetgo/upload/images/program%20-%20S%20Lee.png\" style=\"width:100%;\" />\r\n<br>\r\n<br>• 판매기간이 지나면 환불불가 (밋업이 예정일보다 일주일 이상 미뤄진 경우 수수료를 제외한 환불 가능). 양도 가능.\r\n<br>• 참여자의 입장권 행사는 다음 사항에 동의한 것으로 간주합니다: 뷰티풀 코리아(Vuetiful Korea)가 당해 행사 과정에서 촬영된 참여자의 사진 내지 영상을 재활용하는 것.",
        "payment_start_date": "2018-07-25T12:00:00+09:00",
        "payment_end_date": "2018-07-31T23:59:59+09:00",
        "publish_start_date": "2018-07-25T12:12:00+09:00",
        "publish_end_date": "2019-12-31T23:59:59+09:00",
        "goods": [
            {
                "id": 14,
                "title": "일반 패키지: 1인 입장권 + 노트1권",
                "price": 11000,
                "quantity": 110,
                "paid_quantity": 78,
                "sold_quantity": 78,
                "event_id": 10
            },
            {
                "id": 15,
                "title": "스폰서 패키지: 1인 입장권 + 노트1권 + 웹사이트에 이름 기재",
                "price": 33000,
                "quantity": 10,
                "paid_quantity": 2,
                "sold_quantity": 2,
                "event_id": 10
            }
        ],
        "host": [
            {
                "id": 10,
                "image_url": "https://s3-ap-northeast-2.amazonaws.com/meetgo/upload/images/profile - S Lee.jpg",
                "user_id": 241,
                "event_id": 10,
                "host_name": "Vuetiful Korea",
                "host_website_url": "http://kr.vuetiful.com/",
                "description": "Vuetiful Korea(뷰티풀 코리아)는 Vue.js에 대한 관심주제 발표를 듣고 서로 관련 경험을 공유하며 네트워킹하는 모임으로, 2017년 4월 19일에 개최된 Vue.js 한국어 사용자 모임에서 시작하였습니다."
            }
        ]
    }
]

Last updated