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 am trying to use the /rest/api/content to get the pages for more than one space in one shot without making iterative calls with separate space keys. I am aware that this can be done via CQL query in the rest/api/content/search API but I want same functionality, through content API
I am trying to fire queries like
GET http://{ON_PREM_END_POINT}/rest/api/content?start=0&limit=50&type=page&spaceKey=SPACEA,SPACEB but thid results in 400
Is there a way to do this?