Restful api while filter records

Hi,

I am still not clear that search in restful api work as written in documentation or not because swagger is not giving option to inclue the fieldname and no sample help is mentioned on docs

So i thought to try new demo project

Tested using post man

Step 0 /Login and get auth key

Step 1
demo.hkvstore.com/api/list/cars → Shows all data

Step 2
demo.hkvstore.com/api/list/cars?Price=43095 → Show data with specific price

Step 3
Same link as step1 (cant post link as not allowed more than 2 for new users) → Show data with specific price - instead of showing all data

When i tried to filter by ID first time it worked then later not worked.

v2025

TIA

You need to reset search criteria first, see the URL parameters in the normal List page.

Hi

It worked

/api/list/users?cmd=reset

Thanks