als_get_content.cgi

Top  Previous  Next

Description

The als_get_content.cgi interface will retrieve content information. Company content is stored in rows with a category of 1 and product default content is stored in rows with a category of 4.

 

Typically this call will not be used but are provided for users who want to extend the content manager.

 

For normal Content Manager use the high level CMS calls are recommended.

 

Example Usage              http://www.alstracker.dnsalias.com/aldesk/als_get_content.cgi

 

Inputs

Parameter

Description

Required

Example

Data Type

seq

Unique code for content

 

Optional

seq=23

Integer

category

Returns items that are part of a specific content category.

 

See also als_get_content_categories.cgi

 

Optional

category=1

 

Category 1 is Company

Category 4 is Product

 

Integer

name

Fetches any items where the name is a match. Use with the category switch for actual use as there maybe name matches from more than one category

 

Optional

name=main

Boolean

namespace

Returns Content entries that are namespace enabled

 

Optional

namespace=true

Boolean

data

Brings over only the data field. used for the most economic access method

Optional

data=true

Boolean






 

Returned Fields

#

Field Name

Description

Data Type













 

XML Returned

 

 

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

- <root>

- <content>

<row seq="22" category="1" name="main" lastupdated="11/12/2005 10:36:44 AM" description="" data="The Hawaiian Islands are the worlds leading destination for activities and attractions. Whatever experience that you may have on your wish list, there is a very good chance that you will find it here at a price that fits your budget. Click on any of the island links shown at the left, and you will find the most comprehensive listings of activities made available anywhere on the internet. Browse to your heart's delight, and be sure to make use of our live concierge standing by to answer any questions that you may have and to help plan your itinerary. Have fun!" active="True" multiple="0" />

</content>

</root>