List Agencies using Search Filter Parameters

The Search Filter Parameters method is a case-sensitive query to find the prefix of any words in the name. For example, queries with the following conditions will return an agency with the name “This is an agency”:

“?name=This”

“?name=this”

“?name=age” Queries with the following conditions will not return the above agency:

“?name=ency” (no words start with “ency”, though it is part of “Agency”).

Language