Hi Team,
We are trying to retrieve module versions using the LifeTime APIs by providing the module key. However, the API is currently returning the results in ascending order.
We are interested in fetching the latest records first, i.e., in descending order. Could you please confirm if there is any parameter or approach available to achieve this?
Thanks in advance,
Sandeep
Hi @Sandeep Kumar Kolli
We cannot sort it via API parameter as there is no such request parameter available to sort. As a workaround you can manually sort using your own logic.
Thanks,
Sudip