Hi there, im trying to write a basic java app that works with the Confluence Questions Plugin. Ive been reading the API docs trying to find how to just get a list of all available topics but I cant seem to find any concrete info. First off there are several links in the docs that redirect to a page that gives me a 404. Additionally I don't see a getAll for topics or a similar endpoint. Is this even possible to do?
I was looking here https://docs.atlassian.com/confluence-questions/2.0.10/ and saw the getTopics method, but the constructor for this class is verbose and again a lot of the links lead to 404s so Im unsure how to implement this in my code. Any advice would be much appreciated! Thanks!