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
- Method EQUAL not wrking in REST API Quer...
Request: ``` postman request 'https://nyc.cloud.appwrite.io/v1/tablesdb/{databaseId}/tables/{tableId}/rows?queries[]={%22method%22%3A%22select%22%2C%22values%2...
- [SOLVED] How to use the Health endpoints
So i wanted to monitor everything on my appwrite instance tho it seams like there is no API scope available for thoses. Looking at : https://appwrite.io/docs/r...
- Golang for backend
hi coders! ,I am new to golang and backend as a whole, I found golang pretty easy to learn due to my previous knowledge in CPP and python, the syntax felt prett...