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
'GET' 'https://infostroy.atlassian.net/wiki/rest/api/content/search?cql=label=stress'
gives me HTTP Status: 200 "OK", while
'GET' 'https://infostroy.atlassian.net/wiki/rest/api/content/search?cql=label=стресс'
results in HTTP Status: 400 "Bad Request"
the same for
First of all, there is no problem with Cyrillic text search in Confluence REST API.
My problem was the search query specification for the utility I use to manage HTTP communications. Some parameters of the utility are a bit tricky, especially those dealing with all sorts of ANSI-Unicode encoding/decoding.
Finally, with a little help from the utility developers, I’ve got everything working.
Hi Alexey,
Thank you for letting us know how you were able to resolve your issue.
Take care, and have a pleasant rest of your week.
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Alexey,
Thank you for raising this with us.
Could you try including double quotes around your Cyrillic text? For example:
'GET' 'https://YOUR-SITE.atlassian.net/wiki/rest/api/content/search?cql=label="стресс"'
Let me know how that goes.
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for letting me know, Alexey. When you get a chance, please confirm if it worked out for you!
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.