Navigation:  Integration via REST web services > Published web services > Knowledge base >

ARTICLE

Previous  Top  Next

This method allows returning deep data relating to an article.

 

Service URL

https://<domain>/apigateway/se/exp/chatbot/api/article.php

 

Method

GET

 

Input parameters

ID #

Type

Required

Description

fgLanguage

NUMERIC

X

Language code

oidArticle

STRING

X

Primary key of the article (KBARTICLEDATA.OID)

 

Output parameter

{

 "success": true,

 "response": {

         "oid": "article oid",

         "identifier": "article identifier",

         "title": "article title",

         "knowledgeBaseTitle": "knowledge base title",

         "knowledgeBaseOid": "knowledge base oid",

         "htmlContent": "article HTML content",

         "shareLink": "link to article",

         "isObsolete": "if the article is considered obsolete"

             "isPublic": "if the link is public"

 }

}