-getftrgrps
template: commu?clnt=<name|pass>&com=getftrgrps&usr=<user_name>&name=<name1|name2|...>
descript: Returns the feature groups that exists in the database. The parameter usr contains the name of
a user, PServer will sort the feature groups according to how important are for the this user. The
parameter name is optional and specifies the names of ther features groups. The names can contain the
special character * and must be seperated by the character '|'. If the parameter names does not exists
pserver will return all the availiable feature groups.
returns : 200 OK, 401 (fail, request error), 501 (fail, server error)
200 OK : in this case the response body is as follows
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/resp_xsl/user_feature_groups.xsl"?>
<result>
<row><group>feature group</group></row>
...
</result>