Get a list of filters

The format of the <method> element for getting a list of filters is:

<method methodName="filter.getList" />

Use this method to obtain a list containing the names of the defined filters. The list contains a separate section for each type of filter (global, system, user, and group).

This method does not return the attributes of the filters, only the names.

Example

<methodCall>
	<method methodName="filter.getList" />
</methodCall>