I have an in-house Intranet system and a separate Confluence Wiki. What is the script that allows my users to search Wiki content from my intranet? We are using Javascript.
What is the URL required? For example, one other setup we have is to GitHub and this was the URL
var url = "https://api.github.com/search/repositories?q=" + encodeURI(query)
What is the URL for Confluence Wiki?
Hi Gerald,
you could look at using the Confluence REST API for this.
Here are the docs for the search endpoint: https://developer.atlassian.com/cloud/confluence/rest/#api-content-search-get
I hope that helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.