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
- Appwrite project paused
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...