|
XML String, representing the Forum Message records posted by a specific source (the record's
<Source_Identifier>
value matches the input parameter's value). 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="8">
<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>
<Replies_Count>8</Replies_Count>
</Message>
...
</Forum>
If the account does not contain any records for that specific source, 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.
|