https://www.chungnam.go.kr/cnbbs/openApiPolicyList.do?numOfRows=#&pageNo=#
요청 변수명 | 필수여부 | 설명 |
---|---|---|
numOfRows | 필수 | 한 페이지 결과 수 한 페이지당 표시될 결과수 |
pageNo | 필수 | 페이지 번호 Ex) 데이터 개수가 총 개수 : 100 pageNo = 2 , numOfRows = 20 결과의 21 ~ 40번 출력 |
title | 선택 | 검색할 정책사업명 |
deptNm | 선택 | 검색할 부서명 |
필드명 | 값 | 설명 | ||
---|---|---|---|---|
resultCode | string | 결과코드 02 - 데이터베이스 에러 03 - 검색된 데이터베이스 없음 에러 09 - 결과 정상 11 - 요청하신 OpenAPI의 필수 파라미터가 누락 |
||
resultMsg | string | 결과메시지 | ||
numOfRows | number | 한 페이지당 표출 데이터 수 | ||
pageNo | number | 페이지 수 | ||
totalCount | number | 데이터 총 개수 | ||
items | [] | 목록 | ||
rnum | number | 데이터조회순번 | ||
boardSeq | number | 게시글연번 | ||
cdate | string | 등록일자 | ||
udate | string | 수정일자 | ||
field14 | string | 등록번호 | ||
title | string | 정책사업명 | ||
field01 | string | 사업기간 | ||
field02 | string | 총예산액 | ||
deptNm | string | 담당부서 | ||
authorNm | string | 담당자 | ||
field07 | string | 진행상태 | ||
Tel | string | 전화번호 | ||
hitCnt | number | 조회수 | ||
Files | [] | ? | ||
boardFileOrd | number | 파일정렬순서 | ||
fileNm | string | 파일명 | ||
fileSize | number | 파일사이즈 | ||
url | string | 다운로드 받을 수 있는 URL 주소입니다. | ||
prevewUrl | string | 미리보기를 위한 URL 주소입니다. |
[ { "resultCode":"09", "resultMsg":"RETURN_SUCCESS", "numOfRows":1, "pageNo":1, "totalCount":1, "items": [ { "rnum":1, "boardSeq":480250, "cdate":"2024-08-22", "udate":"2025-08-27", "title":"해양영토 및 지속가능한 해양 관리", "deptNm":"해운항만과", "authorNm":"배**", "tel":null, "field14":"2024-34", "field01":"2024. 1.~ 12.", "field02":null, "field07":"추진중", "hitCnt":33299, "files": [ { "boardFileOrd":1, "fileNm":"34. 해양영토 및 지속가능한 해양 관리(해운항만과).hwpx", "prevewUrl":"https://viewstory.net/previewAjax.do?apikey=6MO3VB25IKH1HZP9BSC53Q&cc=chn&url=https%3A%2F%2Fwww.chungnam.go.kr%2Fcnportal%2Fcmmn%2Ffile%2FfileDown.do%3FmenuNo%3D500618%26atchFileId%3D196137c37940463c9f08aaa879b418c8%26fileSn%3D1&fileName=34.%20%ED%95%B4%EC%96%91%EC%98%81%ED%86%A0%20%EB%B0%8F%20%EC%A7%80%EC%86%8D%EA%B0%80%EB%8A%A5%ED%95%9C%20%ED%95%B4%EC%96%91%20%EA%B4%80%EB%A6%AC(%ED%95%B4%EC%9A%B4%ED%95%AD%EB%A7%8C%EA%B3%BC).hwpx", "fileSize":52995, "url":"https:/www.chungnam.go.kr/cnportal/cmmn/file/fileDown.do?atchFileId=196137c37940463c9f08aaa879b418c8&fileSn=1" } ] } ] } ]