Get a list of views
The format of the <method>
element
for getting a list of views is:
<method methodName="view.getList">
The method returns a list of the names of all views defined in the Web GUI. There is a separate section in the listing for each type of view.
This method does not return the attributes of the lists, only the names.
Example
<methodCall>
<method methodName="view.getList">
</method>
</methodCall>