Jean-Christophe | 2023-01-24 13:31:02 UTC | #1
Hi everyone,
We would like to get articles content of our Knowledge base. The main goal is to build our own faq in app mobile (building our own UI experience).
I've tried /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents but no content.
Which API could we use to get this article's content ?
Kind regards.
Ebenezer_Osei | 2023-02-07 13:31:43 UTC | #2
Hi, you can use GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations to retrieve documents content. You can also use GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents?expand=variations to get content along with documents.
Regards
Jean-Christophe | 2023-01-25 14:57:03 UTC | #3
Many thanks ! I've tried and it works, i send this to my dev team.
KR, Jean-Christophe
system | 2023-03-24 06:11:28 UTC | #5
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 18116