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
- [SOLVED] Appwrite Cloud and FRA cloud se...
Can anyone estimate how long this will take to resolve? I am checking status here https://status.appwrite.online/
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...
- Terraform tablesdb_column type inconsist...
Hi, I am trying out the new terraform provider for appwrite that was introduced a few weeks back. As a first step I wanted to import our existing databases into...