Hi Team
I wanted to get the confluence page content with the help of REST API.For that I am using the below REST API
http://<confluenceurl>/confluence/rest/api/content/13336830?expand=body.storage
but always I am getting "Page Not Found error".
For other API's also getting the same error.
Our confluence version is 6.9.0 and I am having admin access, though I am not able to get the results.
I tried in server with curl command as follows
$curl -u sushma:sushma http://<confluenceURL>/confluence/rest/api/content/13336836?expand=body.storage
Error :
curl: (7) Failed connect to <url>:8090; Connection timed out
Can you help me to resolve this ?
Regards
Sushma
Hi @Sushma ,
Could You please check that document with that id exist? And try use other expand parameters:
expand=space,body.view,version,container
https://docs.atlassian.com/atlassian-confluence/REST/6.6.0/#content-getContentById
B.R.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.