Using Filter Api call filter Custom Module using custom field-Getting 404 error

Using the filter api end point I tried to filter custom module( custom field as filter ) but Im not able to get the success response instead getting the error message (404 not found).Can anyone help me to figure out where Im going wrong

1 Like

From the docs, it looks like Filtered Search is only available for contacts. It uses the /api/filtered_search/contact endpoint and can be used to search only contacts with a given email address.

Since you need to search the values in a custom field, can you try using the Lookup Search endpoint which, as the docs suggest, supports custom fields using the f query parameter?

1 Like

Thank you , using lookup search Im able to do this .Thanks once again

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.