|
als_get_content_categories.cgi |
Top |
|
Description The als_get_content_categories.cgi interface will retrieve all content categories. These represent the category used in als_get_content.cgi. There are current 6 system entries that are used and cannot be changed. Future versions will support user defined categories where new categories can be added. Thus company content is category 1 and product content is category 4.
Example Usage http://63.224.241.115:88/als_get_content_categories.cgi
Parameters: None
Returned Fields
XML Returned
<?xml version="1.0" encoding="utf-8" ?> - <root> - <contentcategory> <row seq="1" name="Company" active="True" system="1" /> <row seq="2" name="WebSite" active="True" system="1" /> <row seq="3" name="Category" active="True" system="1" /> <row seq="4" name="Product" active="True" system="1" /> <row seq="5" name="Vendor" active="True" system="1" /> <row seq="6" name="Locations" active="True" system="1" /> </contentcategory> </root> |