공지사항
➊ 말머리 리스트
(1) 인터페이스 설명
URL : https://{domain}.oc.nhncloud.com/{serviceId}/api/v2/notice/categories.json
URL(생산 테스트 환경) : https://{domain}.oc.beta-nhncloud.com/{serviceId}/api/v2/notice/categories.json
URL(개발 테스트 환경) : https://{domain}.oc.alpha-nhncloud.com/{serviceId}/api/v2/notice/categories.json
말머리 리스트
HTTPS
GET
UTF-8
JSON
공지사항 말머리 리스트
필요 없음
(2) 요청 파라미터 정의
서비스 ID
serviceId
String
path
O
URL PATH 내에 설정한{serviceId}
언어코드
language
String
query
X
서비스 헬프센터 기본 언어 코드
(3) 결과 데이터
result.contents
categoryId
Integer
말머리 ID
parent
Integer
상위 말머리 ID(고정 값: 0)
name
String
말머리 명
level
Integer
뎁스(고정 값: 1)
path
String
뎁스 경로(고정 값: "\\")
orderNo
Integer
정렬 순서
languages
Object
말머리 다국어 명칭, 값(언어 코드: 대응되는 언어 코드 명칭)
(4) Response Body
➋ 태그 리스트
(1) 인터페이스 설명
URL: https://{domain}.oc.nhncloud.com/{serviceId}/api/v2/notice/tags.json
URL(생산 테스트 환경) : https://{domain}.oc.beta-nhncloud.com/{serviceId}/api/v2/notice/tags.json
URL(개발 테스트 환경): https://{domain}.oc.alpha-nhncloud.com/{serviceId}/api/v2/notice/tags.json
태그 리스트
HTTPS
GET
UTF-8
JSON
공지사항 태그 리스트
필요 없음
(2) 요청 파라미터 정의
서비스 ID
serviceId
String
path
O
URL PATH 내에 설정한{serviceId}
태그 키워드
language
String
query
X
태그 검색 문구
(3) 결과 데이터
result.contents
tagId
Integer
태그 ID
tag
String
태그 명칭
languages
Object
태그 다국어 명칭, 값(언어 코드: 대응되는 언어 코드 명칭)
(4) Resonse Body
➌ 공지사항 리스트
(1) 인터페이스 설명
URL : https://{domain}.oc.nhncloud.com/{serviceId}/api/v2/notice/list.json
URL (생산 테스트 환경) : https://{domain}.oc.beta-nhncloud.com/{serviceId}/api/v2/notice/list.json
URL (개발 테스트 환경) : https://{domain}.oc.alpha-nhncloud.com/{serviceId}/api/v2/notice/list.json
공지사항 리스트
HTTPS
GET
UTF-8
JSON
헬프센터 공지사항 리스트
공통 인증
(2) 요청 파라미터 정의
sort 파라미터 형식 및 예시
형식 : 필드1:정렬, 필드2:정렬, ...
예시 : isTOP:desc,createdDT:asc
기본 정렬 : isTop:desc,displayDt:desc,updatedDt:desc
서비스 ID
serviceId
String
path
O
URL PATH 내에 설정한{serviceId}
언어코드
language
String
query
X
서비스 헬프센터 기본 언어 코드
카테고리 ID
categoryId
Integer
query
X
카테고리 ID
태그 ID
tagId
Integer
query
X
태그 ID
키워드 검색
query
String
query
X
키워드 검색(검색 범위: 제목, 내용)
정렬 순서
sort
String
query
X
isTop, createdDt, updatedDt, displayDt 필드로 정렬 가능하며, 여러 필드 정렬시 [,]로 분리. asc:오름차순; desc:내림차순
페이지
page
Integer
query
X
기본 값: 1
1페이지 노출 건수
pageSize
Integer
query
X
기본 값: 10; max=200
(3) 결과 데이터
result.contents
noticeId
Integer
공지사항 ID
categoryId
Integer
공지사항 카테고리 ID
isTop
Boolean
상단 고정 표기 (true: yes; false: no)
title
String
공지사항 제목
content
String
공지사항 내용
displayDt
String
출력 시간(yyyyMMddHHmmss)
updatedDt
Long
수정 시간
categoryName
String
카테고리 명
tagStr
Integer
태그 명
isNew
String
신규 공지사항 표시. true: 출력 시간(displayDt) 값이 오늘, false: 출력 시간(displayDt) 값이 오늘 외
result
total
Integer
총 건수
pages
Integer
총 페이지 수
pageNum
Integer
페이지
pageSize
Integer
페이지 당 노출 건수
(4) Resonse Body
➍ 공지사항 상세
(1) 인터페이스 설명
URL : https://{domain}.oc.nhncloud.com/{serviceId}/api/v2/notice/detail/{id}.json
URL (생산 테스트 환경) : https://{domain}.oc.beta-nhncloud.com/{serviceId}/api/v2/notice/detail/{id}.json
URL (개발 테스트 환경) : https://{domain}.oc.alpha-nhncloud.com/{serviceId}/api/v2/notice/detail/{id}.json
공지사항 상세
HTTPS
GET
UTF-8
JSON
공지사항 ID를 통해 공지사항 내용 취득
필요 없음
(2) 요청 파라미터 정의
서비스 ID
serviceId
String
path
O
URL PATH 내에 설정한{serviceId}
공지사항 ID
id
Integer
path
O
공지사항 ID
언어 코드
language
String
query
X
서비스 헬프센터 기본 언어 코드
(3) 결과 데이터
result.content
noticeId
Integer
공지사항 ID
categoryId
Integer
말머리 ID
isTop
Boolean
상단고정 표기
title
String
공지사항 제목
content
String
공지사항 내용
displayDt
String
출력 시간(yyyyMMddHHmmss)
attachmentYn
Boolean
첨부파일 포함 여부,값(true: 포함; false: 포함하지 않음)
readCnt
Integer
조회 횟수
updatedDt
Long
공지사항 수정 시간
attachments
Array
공지사항 첨부
attachments.attachmentId
String
첨부파일 ID
attachments.fileName
String
첨부파일 명
attachments.contentType
String
첨부파일 유형
attachments.size
Long
첨부파일 사이즈
tags
Array
공지사항 태그
tags.tagId
Integer
태그 ID
tags.tag
String
태그 명칭
categoryName
String
말머리 명칭
isNew
String
신규 공지사항 표시. true: 노출 시간(displayDt)이 오늘, false: 노출 시간(displayDt)이 오늘 외
(4) Resonse Body
➎ 공지사항 첨부파일
(1) 인터페이스 설명
URL: https://{domain}.oc.nhncloud.com/{serviceId}/api/v2/notice/attachments/{id}
URL (생산 테스트 환경) : https://{domain}.oc.beta-nhncloud.com/{serviceId}/api/v2/notice/attachments/{id}
URL (개발 테스트 환경) : https://{domain}.oc.alpha-nhncloud.com/{serviceId}/api/v2/notice/attachments/{id}
공지사항 첨부파일 열기 및 다운로드
HTTPS
GET
UTF-8
JSON
공지사항 첨부파일 열기/다운로드
필요 없음
(2) 요청 파라미터 정의
서비스 ID
serviceId
String
path
O
URL PATH 내에 설정한{serviceId}
업로드 파일 ID
id
String
path
O
업로드 파일 ID
열람 방식
type
String
query
X
기본 값:열기(download: 다운로드, open: 열기)
(3) 결과 데이터
File
Last updated