Returns an individual message. Requires OAuth authentification.
GET
http://api.cixonline.com/v1.0/cix.svc/forums/{forum}/{topic}/{msgid}/message(.xml/.json)
| Required | Name | Type | Description |
|---|---|---|---|
| required | forum | string | The forum containing the topic. |
| topic | string | The topic containing the message. | |
| msgid | string | The message ID of the message to retrieve. |
<Message xmlns="http://cixonline.com" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Author>xxx</Author> <Body>Welcome to cix.customer/8feedback...</Body> <DateTime>31/05/2008 15:10:11</DateTime> <Depth>0</Depth> <Forum>cix.customer</Forum> <ID>2</ID> <Priority>false</Priority> <ReplyTo>0</ReplyTo> <RootID>2</RootID> <Starred>false</Starred> <Status>R</Status> <Topic>8feedback</Topic> </Message>
{ "Author":"xxx", "Body":"Welcome to cix.customer\/8feedback...", "DateTime":"31\/05\/2008 15:10:11","Depth":0,"Forum":"cix.customer","ID":2, "Priority":false,"ReplyTo":0,"RootID":2,"Starred":false, "Status":"R","Topic":"8feedback" }
| Code | Description |
|---|---|
| 400 | Bad request. Check input parameters. |
| 401 | Authentication failed. Missing required parameter : {parameter name}. |
| 401 | Signature expired. Either the timestamp or the nonce have expired or are invalid. |