Your software
My Mautic version is: 4.4.12
My PHP version is: 7.4.33
My Database type and version is: 10.3.39-MariaDB
Your problem
My problem is:
I am making an API call to:
“https://mautic.ddev.site/api/campaigns?limit=5000&published=1&orderby=name”
It is not returning the output in alphabetical order, but the segment and email endpoints with the same parameters is outputting everything nicely ordered. Is that by chance a bug, or am I doing something wrong?