I want to create a custom response structure for the API call i do to the server, like i want it to use uid instead of $id and also i dont want it to include the permissions array, how can I do so?
You could use Appwrite Functions or put something between your app and Appwrite.
Why do you want this custom response structure?
Well, I will be using rest api to access the server, so I will be needing it
It would be better and also is it possible to remove the permissions from it?
Or for that also I need to create function
sure...but why do you need it to be in that format?
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)
- DB Relational Table Request
Hi, I'd like to suggest a rewording of the relationships between tables. - Current wording: storeOperatingDays can contain one storeId ...