|
als_get_category_groups.cgi |
Top Previous Next |
|
Description The als_get_category_groups.cgi interface all retrieve all category groups.
The following methods allow for filters using categorygroups
Example Usage http://127.0.0.1/als_get_category_groups.cgi
Inputs None
Returned Fields
XML Example
<?xml version="1.0" encoding="utf-8" ?> - <root> - <categorygroups> <row code="1" name="Air" /> <row code="2" name="Land" /> <row code="3" name="Sea" /> </categorygroups> </root> |