Returns the location of the users next unread message. A Pointer object must be submited in the post with the users current position. All the pointer's values can be blank in which case the first unread message will be returned. Otherwise just the MsgID can be blank in which case the pointer return will be for the next unread from the submit forum topic, or both the topic and msgid can be blank meaning the pointer will be from the position of the submitted forum.
Requires OAuth authentification.
POST
| Required | Name | Type | Description |
|---|---|---|---|
| required | pointer object | Pointer | The users current position. |
<Pointer xmlns="http://cixonline.com" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Forum>cix.customer</Forum> <ID>3178</ID> <Topic>8feedback</Topic> </Pointer>
{ "Forum":"cix.customer", "ID":"3178", "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. |