Order in Descending order while making GET Request
dwij2812 opened this issue · 1 comments
dwij2812 commented
Hi,
Is it possible to sort the responses in descending order in a get request.
I know that by using the order keyword in the get() function we can get it sorted but it sorts the responses in an ascending order only, so is it possible to have a descending sort in a similar way as there is nothing specified regarding this is the Docs.
dwij2812 commented
Adding a desc keyword after the name of the parameter we want to order it based on will work.
e.g. order="Name desc"
But i feel this is something which needs to be added to the docs as it can be helpful when someone is reading the docs they might be looking for this.