Filtering or ordering Tasks by udate with API

Is there any way to filter or order output from the ‘List all tasks’ endpoint using updated date (udate)?

Haven’t tried this myself but should be possible by adding ‘order’ parameters to the url:

something like ?orders[udate]=ASC

docs do say that not all fields are available for ordering so would have to test to confirm.