|
XML String, representing the Forum Topic record 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:
<Message Message_ID="1" Date_Created="2004-08-07T11:37:00">
<Topic_ID>2</Topic_ID>
<Source_Identifier>steve</Source_Identifier>
<Author>Steve Thomas</Author>
<Subject>Demo Forum Topic</Subject>
<Body>The entire Body of our forum topic would go here.</Body>
<Replies>
<Reply Reply_ID="5" Date_Created="2004-09-07T11:37:00">
<Source_Identifier>jane</Source_Identifier>
<Author>Jane Thomas</Author>
<Subject>Demo Forum Reply</Subject>
<Body>The entire Body of our forum reply would go here.</Body>
</Reply>
...
</Replies>
</Message>
If the Forum Topic record requested was never entered or is no longer in the
system, the method will return the <Message>
root node with only the Message_ID identifier.
An example is provided below:
<Message Message_ID="23" />
All non-XML strings returned by this method should be considered errors.
|