Hi Nitin,
Here is a sample post request with a filter looking for "Johnson" with any characters on either side of "Johnson". Reltio supports two wildcards
"*" - match any string
"?" - match any char
POST {TenantURL}/entities/_scan?filter=contains(attributes.Name, '*Johnson*')))
For more info on what is possible using the filter parameter see this page
https://docs.reltio.com/entitiesapi/entitiesfiltering.html
------------------------------
Joel Snipes
------------------------------