#nicolas-result-order

1 messages ยท Page 1 of 1 (latest)

lean stream
#

Hi ๐Ÿ‘‹ I believe all list functions return results from newest to oldest, but am running a couple tests on the side to confirm. Does that match what you're seeing?

tight estuary
#

I was guessing created descending

#

but as the code I got from an old app is sorting on it's own, server side, by created, I wanted to be sure before doing some cleanup

lean stream
#

Ah gotcha, yeah, so far all of my results are being returned in descending order based on created.

tight estuary
#

Both parameters take an existing object ID value (see below) and return objects in reverse chronological order

lean stream
#

Yeah, all of the list functions will return their results in descending order based on the created property.