Dynamic Sorting
Last updated
Last updated
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.
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
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