Rest api Filter list Record (v2024)

Hi All,

I am trying to use Rest API

I am able login and retrieve the data too but i want to limit the record or filter the records how ever list will show all Records and we can just limit it by pagination

let suppose i want to list users whose start name contain xyz then how to pass that filter ?

I already enabled extended and advance search.

I am using 2024

TIA

You may post the code about how you use the API for discussion.

Hi,

It worked using post man we can use swagger as we cant pass the query parameters

api/view/users/1 → with search key
api/list/users?first_name=neeli → we can use field name however not all field name are searchable i dont know why

Thanks

Only fields enabled with Extended Search or Advanced Search support searching with List page.

1 Like