Can you please provide JAVA REST API for knowledge base in JIRA confluence.
Our requirement is get all the knowledge base articles through porgrammatically
Hi @Narasimha A,
KB is linked to a specific space in Confluence. You can use Confluence REST api in order to retrive pages and contents in this space.
Confluence REST: https://developer.atlassian.com/server/confluence/confluence-rest-api-examples/
Ex:
https://BASE_URL/rest/api/content?spaceKey=ABCD&expand=body.storagerest
Tansu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.