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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,557,174
Community Members
 
Community Events
184
Community Groups

page history API for retrieving page _content_ seems to be broken, and for v2 nonexistent

The page history API for retrieving page _content_ seems to be broken, and for v2 nonexistent.

1. The ability to programmatically (using the Forge API) to access a prior version of a page no longer works.

2. The ability to obtain the _content_ of a prior version of a page, even by entering the URL query in a browser, no longer works.

E.g., this does not work using Forge:

 

const vresp = awaitapi.asApp().requestConfluence(route`/wiki/rest/api/content/7208974/version/20??expand=body.storage`, {
headers: {
'Accept': 'application/json'
}
});
...
and neither of these work in a browser:
Old API:
(does not show the body.storage.value - i.e. the content of the page)
...
New API does not seem to have a way to retrieve page content for prior page versions. Docs are here:https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-id-get
So I tried this:
(produces page not found)

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events