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
I've found what I think might be a bug in Confluence Servers v6.9.0 and 6.3.4
When you use the REST API to query the root page to get its ID (using a GET to the URL https://{MyServer}/rest/api/space/{SpaceKey}/content/page?depth=root ) the value returned for the id has an errant extra space after the numerical value. IE, if the root page's id is 12345678, as shown via the Page Information page, the value returned by the API is "12345678 "
That extra character needs to be removed if the id number is to be used in subsequent REST API queries to create pages with the root as the ancestor.
Can anyone else confirm this issue?
I'm going to raise this as a bug with the Atlassian devs and see if they can advise of the cause.