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.
Recommended threads
- Is it possible to getRow with all relati...
With the new Opt-In relationship loading, is it possible to query getRow to get all attributes and relationships and possibly even cascading relationships? I tr...
- TableDB.getRow() response does not conta...
This is for Web/React sdk 20.0.0 The row was created via `TableDB.createRow(...)` and I can see it in the console with the relationships correctly set. In the c...
- Permissions for bulk operation
Hi team, I have a question: “In the databases.createDocuments bulk API, can I set document-level permissions? If yes, how exactly should I include the permissio...