PMessage.Inbox.ToggleRead.get

Description

Mark a converstaion thread from the users personal message inbox as read or unread. Requires OAuth authentification.

Method

GET

Endpoint

http://api.cixonline.com/v1.0/cix.svc/personalmessage/{msgid}/{bool}/toggleread(.xml/.json)

Parameters

^Required ^Name ^Type ^Description ^

required msgid string The id of the thread to delete.
bool boolean 1 to mark the thread unread, 0 to mark it as read.

Example Request

Example Return XML

<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">Success</string>

Example Return JSON

"Success"

Error Codes

Code Description
401 Authentication failed. Missing required parameter : {parameter name}.
401 Signature expired. Either the timestamp or the nonce have expired or are invalid.
 
cix.api/pmessage.inbox.toggleread.get.txt · Last modified: 2008/10/21 10:46 by charlie
 
Except where otherwise noted, content on this wiki is licensed under the following license:Public Domain
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Debian Driven by DokuWiki