{service root}/rssfeed.ashx

This endpoint returns the results of a datalist in the form of an RSS feed.

The list will be processed in the context of the requesting user, and security will be enforced in terms of that user.


Parameter Usage Type Description
DataListID Required GUID The ID of a datalist to return in the form of an RSS feed xml document.
DBName Required string The name of the database to use for this request. The list of available databases is defined in web.config and can be retrieved here.
UICulture Optional string A culture string such as en-us. If omitted then the culture will be selected from the HTTP Accept-Language header.
ContextRecordID Required if the DataList requires a context id string (usually a guid) The context ID for a given datalist that is scoped to a specific record.
FeedPage Optional guid The page id for the feed link.
FeedTab Optional guid The tab id on the page for the feed link.
ItemPage Optional guid The tab id on the page for the item link.
ItemTab Optional guid The tab id on the page for the item link.
ItemID Optional string (usually a guid) The record id if the page in the ItemPage requires a record ID for context.
{Field ID for one of the datalist filters} Optional depends on the Field If the datalist supports filters then the value for any of the filters can be passed on the query string by using the FIELDID of the filter form field as the query parameter and the filter value as the query value.