I want to do order
queries[]={"method": "orderAsc", "values": ["$id"]}
This parameter is correct? Cause nothing happened
I believe it would be
queries[0]={"method":"orderAsc", "attribute":"$id"}
Basing that off this code here
https://github.com/appwrite/sdk-for-web/blob/main/src/query.ts#L186-L196
Okay, thank's it's work
[SOLVED] How to do order by on REST?
Recommended threads
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...
- Can't connect GitHub — 500 error at the ...
Appwrite Cloud, Pro plan, SFO region. All my Git connections vanished today — Sites and all 15 Functions now show no repository connected. When I try to add a ...