We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PS: Currently we only support order by 1 column (It will be improved!)
Our order query is quite easy
order=Midterm;desc
; is our separator
The first part represents which column we are gonna orderby.
the second part represents asc or desc -> default is asc
?order=Midterm
?order=Midterm;desc