|
XML String, representing the Forum Topic records 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:
<Forum Total_Record_Count="15">
<Message Message_ID="10" Date_Created="2004-08-10T07:11:00">
<Source_Identifier>suzan</Source_Identifier>
<Author>Suzan Someone</Author>
<Subject>Demo Forum Topic 10</Subject>
<Body>Body would go here.</Body>
<Reply_Count>8</Reply_Count>
</Message>
...
</Forum>
If the account does not contain any records, the <Forum>
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:
<Forum Total_Record_Count="0" />
All non-XML strings returned by this method should be considered errors.
|