홈 > 개발가이드 > 전시장정보

개요

전시회가 개최되는 전시장, 컨벤션 정보를 검색할 수 있습니다.

요청주소

https://api.ecplaza.net/apis/1/exhibitionhall

요청메소드

GET, POST

요청변수

항목명 설명 샘플데이터
client_id string (필수) 발급받은 apikey 2f4b17d54d3cc4d3c8fcXXXXXXXXXXXXXXXXXXXX
client_secret string (필수) 발급받은 apikey secret f1510b6813a9721b7716XXXXXXXXXXXXXXXXXXXX
access_token string
(web용 api 경우 필수)
일회성 access token de785eecc25ca1d1bcd6XXXXXXXXXXXXXXXXXXXX
q string 검색조건
venuename : 전시장명
address : 주소
venuename:coex;;address:korea
ordercolumn string : 기본값 registdate 정렬항목
registdate : 등록일자
categoryname : 카테고리명
orderby string : 기본값 desc 정렬순서
asc | desc
asc
pageno integer : 기본값 1 페이지 번호 1
output string : 기본값 json 결과 형식
xml | json
json
result integer : 기본값 10 한 페이지당 결과 수
1 ~ 30
10
dataType string jsonp 사용시 설정 jsonp
jsonp string jsonp 사용시 설정 callback

출력결과

항목명 설명
total_count integer 전체 전시장 수
data - 전시장 정보 node, 아래 data 이하
data
항목명 설명
venueid integer 아이디
venuename string 전시장명
address string 주소
country strkng 국가코드
countryname string 국가명
siteurl string 전시장 url
logoimageurl string 전시장 이미지 url
phone string 전화번호
fax string 팩스번
googlemap string 구글맵좌표
homepageurl string 홈페이지 url
detailpageurl string ECPlaza 원본 url
snstypes string SNS url
registdate string 등록일
- 결과 예제 : json
{
	total_count: 14,
	data: [
		{
			googlemap: "35.833062,129.289189",
			phone: "82-54-7483011",
			countryname: "Korea (South)",
			venuename: "Gyeongju World Cultrue Expo",
			homepageurl: "http://www.dime.or.kr:81/dime/en/content.do?cmd=em_menu04_0101",
			fax: "",
			registdate: "2013/06/18T11:18:39",
			venueid: "418",
			country: "KR",
			siteurl: "http://www.dime.or.kr:81/dime/en/content.do?cmd=em_menu04_0101",
			address: "130 Cheongun-dong",
			logoimageurl: "http://static1.ecplaza.com/uploads/thumbnails/51bfc37f05cc3.jpg",
			detailpageurl: "http://www.ecplaza.net/tradefair/Gyeongju-World-Cultrue-Expo--v418.html",
			snstypes: [ ]
		}
	]
}
- 결과 예제 : xml
<ecplaza_api>
	<total_count>14</total_count>
	<data>
		<item>
			<googlemap>"35.833062,129.289189"</googlemap>
			<phone>"82-54-7483011"</phone>
			<countryname>"Korea (South)"</countryname>
			<venuename>"Gyeongju World Cultrue Expo"</venuename>
			<homepageurl>"http://www.dime.or.kr:81/dime/en/content.do?cmd=em_menu04_0101"</homepageurl>
			<fax>""</fax>
			<registdate>"2013/06/18T11:18:39"</registdate>
			<venueid>418</venueid>
			<country>"KR"</country>
			<siteurl>"http://www.dime.or.kr:81/dime/en/content.do?cmd=em_menu04_0101"</siteurl>
			<address>"130 Cheongun-dong"</address>
			<logoimageurl>"http://static1.ecplaza.com/uploads/thumbnails/51bfc37f05cc3.jpg"</logoimageurl>
			<detailpageurl>"http://www.ecplaza.net/tradefair/Gyeongju-World-Cultrue-Expo--v418--v418.html"</detailpageurl>
			<snstypes></snstypes>
		</item>
	</data>
</ecplaza_api>

에러코드

에러코드 (error) 메세지 (error_message) 설명
unauthorized_client The client is not authorized to request an access token using this method. 인증되지 않은 api
invalid_client Client authentication failed 인증 실패
invalid_api_type API type is incorrect. Check the api type on the ECPlaza Open API site. 발급받은 api 종류와 맞지 않는 데이터 요청
no_exist_api No exist api. Check the api status on the ECPlaza Open API site. 존재하지 않는 api
exceeded_api_key API Key number of requests has been exceeded. Check the api type on the ECPlaza Open API site. 요청 횟수 만
invalid_request The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. Check the "redirect_uri" parameter. 잘못된 요청
no_exist_access_token Access token is not exist. Check the access token. 필수요청 파라미터가 없음(access token)
expired_token The access token is expired. Check the access token. access token 만료
query_nothing q parameter is required. Check the params. 검색 관련 파라미터가 없거나 잘못됨