Skip to main content

Filtering or ordering Tasks by udate with API

  • November 14, 2024
  • 1 reply
  • 532 views

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

1 reply

  • November 17, 2024

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

ActiveCampaign

something like ?orders[udate]=ASC

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