Go REST
H

user's data order

Harikesh Kumar almost 3 years ago 3154 views 2 replies

how can i get the user's data in a order that the recently created one is at first.
When I am fetching the data by simply putting it In the URL, it is in sorted form but when I try to fetch it in postman it is in some different order.

2 replies
Z
zeevy almost 3 years ago

Order is there on updated date time.

Results may differ if you use your access token where the data you created and modified will be included in the results.

Without token only public data is returned

K
Karen Estefania Rodriguez Garcia almost 3 years ago

{
id: 1000873157;
name: Karen Rodriguez;
email:karen@gmail.com;
gender:female;
status:active;
}

Your reply

Markdown supported