Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

REST API: is there a way to get just one page?

Great Big Bore April 1, 2015

I'm trying out the example here to read a page of our doc from Confluence, but it gives me every page in the entire space, not just the page I want. What am I doing wrong? Here's my url:

http://mysite.com/confluence/rest/api/content?type=page&spaceKey=MYSPACEKEY&Title=My+Page&expand=body.view

2 answers

1 accepted

1 vote
Answer accepted
Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 1, 2015

In the URL Title should be title. It is case sensitive.

Great Big Bore April 1, 2015

Thank you. The example I used shows it as uppercase, but the second example and the rest of the doc does in fact show it as lower. Thanks.

Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 1, 2015

If you're an Atlassian employee looking at this mind fixing the typo?

Kimberly Cook August 22, 2019

I used the correct case and it still returns all pages up to a limit, and that limit does not capture the page that I need.

1 vote
rrudnicki
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 1, 2015

Hello, 

 

Could you try the command below and let us know if it works?

curl -u admin:atlassian http://192.168.213.129:8090/confluence/rest/api/content/2457602?expand=body.storage | python -mjson.tool

 

You can get more examples on this link.

 

Regards, 

Renato Rudnicki

Great Big Bore April 1, 2015

The example code in the documentation has a capital "T" for "title". I fixed that in my code and it works great now. Thanks.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events