OPEN API 정보
| GET | /open/api/resource/list.do | 
|---|---|
| 기능 설명 | 자원 목록 조회 | 
| Example URL | https://crezone.net/open/api/resource/list.do?page=1&count=20&title=서울&sortNm=post_date&sort=DESC | 
REQUEST PARAMETER
| 파라미터 | 타입 | 설명 | Default | 
|---|---|---|---|
| title | String | 제목 | - | 
| content | String | 내용 | - | 
| category | String | 분류 | - | 
| page | int | 페이지 (필수) | 1 | 
| count | int | 
                	 보여질 컨텐츠 갯수 (필수) ( max:50 )  | 
                20 | 
| sortNm | String | 
                	 정렬기준 (필수) ( post_date / post_modified )  | 
                post_date | 
| sort | String | 
                	 차순 (필수) ( asc / desc )  | 
                desc | 
RESPONSE PARAMETER
| 파라미터 | 타입 | 설명 | Example Value | 
|---|---|---|---|
| id | int | 고유번호 | 700412 | 
| title | String | 제목 | 서울역사박물관 | 
| postDate | String | 등록일 | 2021-12-11 12:15:42 | 
| postModified | String | 수정일 | 2021-12-11 12:15:42 | 
| address | String | 주소 | 대전광역시 동구 산내로 321-35 옛터민속박물관 | 
| website | String | 홈페이지 | http://yetermuseum.com | 
| target | List | 이용 대상 | ["중학교"] | 
| placenm | String | 운영장소 | 옛터민속박물관 교육실 및 전시실 | 
| thumb | String | 썸네일 경로 | https://crezone.net/wp-content/uploads/2016/06/교육실-현수막-설치-1-250x165.jpg | 
| totalCnt | int | 전체 결과 수 | 52 | 
RESPONSE