Closed richardmillen94 closed 6 years ago
When querying transactions and journal entries, specifying the param newestFirst = true will order the results by descending timestamp, otherwise ascending is used. This affects pagination, the first page will contain the newest records.
newestFirst = true
When querying transactions and journal entries, specifying the param
newestFirst = true
will order the results by descending timestamp, otherwise ascending is used. This affects pagination, the first page will contain the newest records.