Developer Center

My Documents RSS

Users can retrieve an RSS 2.0 feed comprised of the documents in their My Documents queue. If you have the user's syndication key (a random text string intended to obfuscate their RSS feed), you can retrieve this data for any user.

Parameters

This call takes the following query string parameters:

Parameter Description
id  The user's syndication key. Required. 

Your application should not store the user's password; however, storing their syndication key is acceptable. If the user's syndication key ever changes, your application will need to handle an error and retry this call.

Return Values

This call returns the following output:

Parameter Description
SyndicationKey The user's syndication key. 
RssUrl The full URL to the user's RSS feed, including the syndication key.

Example

This URL retrieves the user's My Documents data in RSS format when the user's syndication key is known:

Here is the return XML from this call.