Contacts API add "Id" to $sort options
When "merging" Contacts data to a local database (i.e. iterating both in parallel and applying changes from WA) it would be very helpful to have the API return contact objects sorted by Id. Currently they are returned in a "random" order. This means that in order to apply updates efficiently I have to cache the entire result set so I can process it in ID sequence to match my local database.
1
vote