jaread83
8 years agoChampion
Online users API call - what order are these results?
Hi all, I am using the API V1 call for online and registered users on a custom component: <#assign users = rest("/users/online/registered?page_size=100").users /> I was wondering... how are these ...
- 8 years ago
Use this one with sort direction parameter
Note: ASC or DESC does not work here, need to use either ascending or descendinghttp://community.lithium.com/community-name/restapi/vc/users/online/sort_by/last_visit/order/[sort_direction]
Here is the documentation