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.

 

1.Company
2.WebSite
3.Category
4.Product
5.Vendor
6.Locations

 

 

Example Usage            http://63.224.241.115:88/als_get_content_categories.cgi

 

Parameters: None

 

Returned Fields

#

Field Name

Description

Data Type

















 

XML Returned

 

<?xml version="1.0" encoding="utf-8" ?> 

- <root> 

- <contentcategory> 

<row seq="1name="Company" active="True" system="1" /> 

<row seq="2name="WebSite" active="True" system="1" /> 

<row seq="3name="Category" active="True" system="1" /> 

<row seq="4name="Product" active="True" system="1" /> 

<row seq="5name="Vendor" active="True" system="1" /> 

<row seq="6name="Locations" active="True" system="1" /> 

</contentcategory> 

</root>