Searching forms by name doesn't appear to work as documented



POSTing to{{icims.api.host}}/customers/{{icims_customer_id}}/search/forms, with the body

{ "filters":[ { "name":"formdata.form.formname", "value":["federal_w4_stv"], "operator":"="} ] }

The documentation states "Text based fields filter by contains." for the "=" operator.

The search returns {"searchResults": []}.

However, if we query the list of forms {{icims.api.host}}/customers/{{icims_customer_id}}/forms/list it returns { "standardizedLevel": "STANDARD", "isPublicAnswers": true, "displayName": "OB: Federal W4 (US)", "formName": "federal_w4_stv", "formname": "federal_w4_stv", "id": 2146, "type": "Person" }

I would have assumed this would have met the above criteria?

This seems related to Search API to get iforms | iCIMS Developer Resources