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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
As you can see on picture, I'm trying to get the articles Title and Url and to do so my query has been misunderstood by the REST API on cql
{
title : articleData.title,
url : responseData._links.base + articleData.content._links.tinyui
}
And consulting the articles that mention "how to make such call" on these two links:
1> https://docs.atlassian.com/ConfluenceServer/rest/8.2.2/#api/content-search
2> https://developer.atlassian.com/server/confluence/advanced-searching-using-cql/
And even so were not helpful to make it. Some blessed soul could explain to me how do I make this query returns correctly ?