1

Is there a way to sort or order the results from the AtTask / WorkFront web API? I didn't see a way in the API documentation.

Zorgarath
  • 979
  • 12
  • 23

1 Answers1

1

You can sort results from the api by appending _Sort=asc. For example if you want to sort by name you can pass the following parameter in your query. name_Sort=asc

michael johnson
  • 757
  • 1
  • 4
  • 10