|
XML String, representing the News Article records posted within the specific date range requested. To view
the validating XSD Schema, please click here (opens in a new window).
An example is provided here (opens in a new window) or below:
<News Total_Record_Count="25">
<Article Article_ID="25" Date_Created="2004-08-25T11:23:00">
<Source_Identifier>john</Source_Identifier>
<Author>John Tester</Author>
<Title>Demo News Article 25</Title>
<URL>http://www.demosite.com/news/25.aspx</URL>
<Introduction>Newest News Article posted between 8/20/2004 and
8/27/2004.</Introduction>
</Article>
<Article Article_ID="24" Date_Created="2004-08-24T12:17:00">
<Source_Identifier>jane</Source_Identifier>
<Author>Jane Tester</Author>
<Title>Demo News Article 24</Title>
<URL>http://www.demosite.com/news/24.aspx</URL>
<Introduction>Second newest News Article posted between
8/20/2004 and 8/27/2004.</Introduction>
</Article>
...
</News>
If no records were posted within the specified time frame or the account does not contain any records, the
<News>
root node will not contain any child elements and the Total_Record_Count
attribute will have a value of 0 (zero). An example is provided below:
<News Total_Record_Count="0" />
All non-XML strings returned by this method should be considered errors.
|