Announcement

Collapse
No announcement yet.

Sort by API

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Sort by API

    How can I sort by order by API? I tried it like this. But these did not work. Can you help me ?

    Forexample;
    http://www.myespo.crm/api/v1/Musteri?sortBy="createdAt"
    http://www.myespo.crm/api/v1/Musteri?sortBy="created_at"
    http://www.myespo.crm/api/v1/Musteri?sortBy="created_at:desc" vs vs..

    OKAY I'M SOLVED.

    Like this ---> ?sortBy=createdAt&asc=false
    Last edited by gundogduyakici; 03-19-2018, 12:29 PM.
Working...
X