Way to sort results from AtTask / WorkFront API?

364 views Asked by At

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.

1

There are 1 answers

0
michael johnson On BEST ANSWER

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