URL(Real Test Environment) : https://{domain}.oc.beta-nhncloud.com/{serviceId}/api/v2/helpdoc/list.json
URL(Development Test Environment) : https://{domain}.oc.alpha-nhncloud.com/{serviceId}/api/v2/helpdoc/list.json
Interface Name
Protocol
Request Format
Encoding
Response Format
Interface description
Access Required
FAQ list
HTTPS
GET
UTF-8
JSON
Retrieve the Help Center FAQ list
Not required
(2) Request parameter
Sort Parameter Format and Example
Format: 필드1:정렬,필드2:정렬,……
Example: isTop:desc,createdDt:asc
Default sort(If the category ID is provided) : isTop:desc,isRecommend:desc,updatedDt:desc
Default sort(If the category ID is empty) : isTop:desc,updatedDt:desc
Name
Field (Parameter)
Type
Location
Required
Description
Service ID
serviceId
String
path
O
Service ID configured in the URL path
Language code
language
String
query
X
Default helpcenter language of the service
Category ID
categoryId
Integer
query
X
FAQ category ID
Keyword
query
String
query
X
Search keyword (scope: FAQ title, contents)
Sort order
sort
String
query
X
Sorting is supported by the isTop, isRecommend, createdDt, and updateDt fields.
For multi-field sorting, separate each sort condition with a comma (,). asc : ascending order, desc : descending order
Page
page
Integer
query
X
Page number (Default: 1)
Items per page
pageSize
Integer
query
X
Items per page (Default: 10, MAX: 200)
(3) Response data
명칭
변수
데이터 타입
설명
result.contents
helpDocId
Integer
FAQ ID
title
String
FAQ title
content
String
FAQ contents
isRecommend
Boolean
Fixed top (true : fixed, false: not fixed)
isTop
Boolean
Fixed main screen (true : fixed, false : not fixed)
createdDt
Long
Created date
updatedDt
Long
Updated date
categoryId
Integer
FAQ category ID
categoryName
String
Category name. Display category names in the language corresponding to the request parameter’s language code.
isNew
String
New FAQ (true: Display date is today, false : Display date is not today)