
Hi,
My URL looks like this, using a simple query to list documents: ..... without query parameter, my listdocuments works correctly to return all documents ...
when I add queries url parameter, i get the syntax error .... "general query invalid" 400 error
My URL lookslike this ... selecting 3 attributes.
As far as I can tell this follows the asked syntax perfectly.
Thank you in advance for any help.
TL;DR
Issue: Developer is encountering an "Invalid query syntax" error when adding a query parameter to their URL for listing documents.
Solution: The query syntax in the URL is incorrect. To include queries, the correct format should be used. Instead of 'queries[0]={\"method\":\"select\",\"values\":[\"claimedByEmail\",\"status\",\"licenseKey\"]}', the correct format is 'filters=[{\"field\":\"fieldName\",\"operator\":\"=\",\"value\":\"fieldValue\"}]'. Adjust the query parameter in the URL accordingly for it to work correctly.Recommended threads
- My collection is not updating after csv ...
- phantom relationships appear on parent c...
i have this bug were my past deleted collection apears as relationship to my parent collection. when i try to delete that relationship from parent it gives me e...
- Attributes Problem - Cloud
I am not able to see the attribute columns and their context on cloud. Can you help?
