Mark an individual message as read or unread for the current user. Requires OAuth authentification.
GET
http://api.cixonline.com/v1.0/cix.svc/forums/{forum}/{topic}/{msgid}/{bool}/markreadmessage(.xml/.json)
| Required | Name | Type | Description |
|---|---|---|---|
| required | forum | string | The forum containing the thread. |
| topic | string | The topic containing the thread. | |
| msgid | string | The message id to mark read. | |
| bool | string | 'true' to mark read 'false' to mark unread. |
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">Success</string>
"Success"
| 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. |