|
XML String, representing all Forum Messages records in an account 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>
<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. An example is provided below:
<Forum />
All non-XML strings returned by this method should be considered errors.
|