Returns the root message pointer for a given message. Requires OAuth authentification.
GET
http://api.cixonline.com/v1.0/cix.svc/forums/{forum}/{topic}/{msgid}/root(.xml/.json)
| Required | Name | Type | Description |
|---|---|---|---|
| required | forum | string | The forum containing the topic. |
| topic | string | The topic to list threads for. | |
| msgid | string | The message ID of the message to find the root of. |
<Pointer xmlns="http://cixonline.com" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Forum>cix.customer</Forum> <ID>9</ID> <Topic>8feedback</Topic> </Pointer>
{ "Forum":"cix.customer", "ID":"9", "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. |