Hi Community,
I got the same problem - I can't figure out how to order my results.
Can someone explain to me whether my Syntax is wrong - or is the functionality is currently broken?
Any help would be greatly appreciated!

I've also tried various other combinations like these - but nothing worked
{"sortOrder":"asc","sortBy":{"dimension":"yearMonth"},"dataType":"string"}
"orderBys":[{"dimension":"yearMonth","desc":false}]
{"dimension":{"orderType":"ALPHANUMERIC","dimensionName":"yearMonth"},"desc":true}
{"desc":false,"dimension":{"dimensionName":"yearMonth"}}
{"desc":false,"dimension":{"yearMonth"}}