get https://prd.inucreative.net:38355/open/v1/conference/match
컨퍼런스 리스트를 조회 합니다.
Request Parameters
| Field | Type | Description |
|---|---|---|
| page | Integer | 조회할 페이지 번호 |
| size | Integer | 페이지 당 노출할 데이터 개수 |
Response
| Field | Type | Description |
|---|---|---|
| success | boolean | 요청이 성공했는지 여부를 나타내는 부울 값 |
| popup | boolean | 팝업이 활성화되었는지 여부를 나타내는 부울 값 |
| code | integer | 요청 결과 코드 |
| message | string | 요청 결과 메시지 |
| result | object | 요청 결과 데이터 |
| result.totalCount | integer | 총 매치 목록 수 |
| result.matchLists | array | 매치 목록 |
| matchLists[*].id | integer | 매치 ID |
| matchLists[*].directoryIdx | integer | 디렉토리 인덱스 |
| matchLists[*].directoryName | string | 디렉토리 이름 |
| matchLists[*].title | string | 매치 제목 |
| matchLists[*].userName | string | 사용자 이름 |
| matchLists[*].tags | array | 태그 목록 |
| matchLists[*].thumbnail | string | 썸네일 경로 |
| matchLists[*].price | integer | 가격 |
