if say I have a response that looked like this
{ "level 1" : "level 1", "level 2" : [ { "name" : "example name", "$id" : "32n1jnabsjdf", "level 3" : [ { "name": "name", "$id":"id", createdAt..., updatedAt..., other... } ] createdAt..., updatedAt..., other... } ]
Is there a way I can query it so it ONLY returns the level 2's name and id, also level 3's name and id, for example when I call getDocuments or listDocuments?
Recommended threads
- Query.select() vs GraphQL
Hi, I am quite new in the Appwrite environment and could someone lighten me up on what is the difference between request with GraphQL and Query.select() it seem...
- How to call functions via REST?
I feel dumb for asking this question, but I just can't figure out how functions are supposed to be called. I have a Unity App that communicates with appwrite v...
- Can you make an authenticated user reque...
I created an AppWrite function to use as a basic REST API. I send GET and POST requests to the function's deployed URL : asdfsarandomstringasfd.appwrite.global ...