Hi!
I’m using “project.column.search” to fetch the list of columns on a board, but so far I’ve had no luck getting the column results in the same order as they appear on the board. If you change the column sort order on the board the API results don’t reflect such changes. Does anyone know what I need to set “order” to for this to work? (documentation only mentions “id”, but that’s not very useful…).
Alternatively, is there a parameter which I could set which would entice the API to return some manner of sort index with each result?
So far, I’ve poked around the documentation and source code, and tried a bunch of “order” parameters.
Thanks so much for any pointers!