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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.