Dynamic Sorting

Overview

Dynamic sorting allows you to retrieve data in a specified order based on user-defined parameters. This feature is especially useful for building responsive APIs where sorting criteria can change depending on user preferences or application needs.

Using Dynamic Sorting

In the sorting window choose the "dynamic sorting" tab

select the column you want to sort by

click on the "+" button to add the column

Testing

Copy the endpoint URL from the top right box on the API page

Open Postman and then paste the copied endpoint url and hit send

You should get an appropriate response

Last updated