As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Hi Amit,
How are you trying this query? Are you using the Kinvey API console or an SDK? Also, can you please share about the errors you are getting?
I'm able to execute a similar query without any issues with Kinvey API console. And that means the REST API works as expected.
Regards,
Wani
Kinvey Support
amit jaiswal
Hi,
I am trying to query using REST API but i am unable to fetch the matching result. My query parameter has space in it. i.e. <url>?query={"name":"zzz xxx"}
if i use url encoding even the { , " and : gets encoded and i get server error.
If i only replace space with %20 the request succeeds but i am getting [] even when there is a matching item.
Thanks