get https://prd.inucreative.net:38355/open/v1/conference/matchDetail
조회하려는 컨퍼런스에 대한 상세정보를 조회합니다.
Request Parameters
| Field | Type | Description |
|---|---|---|
| id | Long | conference Idx |
Response
| Field | Type | Description |
|---|---|---|
| success | boolean | 요청이 성공했는지 여부를 나타내는 부울 값 |
| popup | boolean | 팝업이 활성화되었는지 여부를 나타내는 부울 값 |
| code | integer | 요청 결과 코드 |
| message | string | 요청 결과 메시지 |
| result | object | 요청 결과 데이터 |
| result.id | integer | ID |
| result.title | string | 제목 |
| result.tags | array | 태그 목록 |
| result.description | string | 설명 |
| result.startDtFormat | string | 시작 날짜와 시간 형식 |
| result.endDtFormat | string | 종료 날짜와 시간 형식 |
| result.userName | string | 사용자 이름 |
| result.profileImageOriginal | string | 프로필 이미지 경로 |
| result.matchUrl | string | 매치 URL |
| result.price | integer | 가격 |
