You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
This curl is working to the Confluence API:
curl -D- \
-u username:api_token \
-X GET \
-H "Content-Type: application/json" \
https://company_domain.atlassian.net/wiki/rest/api/content?title=Bot+Test
&spaceKey=ckirksey&expand=history
..but the curl to the Questions API returns a page not found:
curl -D- \
-u username:api_token \
-X GET \
-H "Content-Type: application/json" \
https://company_domain.atlassian.net/wiki/rest/questions/1.0/question?limit=10
This seem inconsistent with the documented example URL:
https://extranet.atlassian.com/rest/questions/1.0/question?limit=10
Do you know what's going on here?
Hi Caleb,
Apologies for the inconvenience but the Questions for Confluence API has been removed due to infrastructure changes within the Atlassian Cloud Environment; more information about this change can be found on this Blog Post: https://confluence.atlassian.com/questionscloud/blog/2017/05/cloud-infrastructure-changes
If you have any feedback, we're collecting your comments and concerns about these changes here: https://jira.atlassian.com/browse/CONFCLOUD-54781
I've also reached out to one of my PM Contacts to see if we can get an update on both the Feedback ticket and Blog Post.
If you have any other questions regarding this issue, please let me know.
Regards,
Shawn
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.