List the user starred messages. Requires OAuth authentification.
GET
http://api.cixonline.com/v1.0/cix.svc/starred(.xml/.json)
| Required | Name | Type | Description |
|---|---|---|---|
<StarSet xmlns="http://cixonline.com" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Count>117</Count> <Stars> <Star> <Author>xxx</Author> <Conf>cix.customer</Conf> <MsgID>2732</MsgID> <PostedDate>2008-10-10T15:17:44</PostedDate> <Subject>Forums "sync on sign in"...</Subject> <Topic>8feedback</Topic> <starID>882</starID> </Star> <Star> <Author>xxx</Author> <Conf>products</Conf> <MsgID>771</MsgID> <PostedDate>2008-10-08T11:09:05</PostedDate> <Subject>_PM Terminology_</Subject> <Topic>forums</Topic> <starID>876</starID> </Star> </Stars> <Start>1</Start> </StarSet>
{ "Count":117, "Stars":[ {"Author":"xxx","Conf":"cix.customer","MsgID":2732, "PostedDate":"\/Date(1223648264000+0100)\/","Subject":"Forums \"sync on sign in\" ...", "Topic":"8feedback","starID":882}, {"Author":"xxx","Conf":"products","MsgID":771, "PostedDate":"\/Date(1223460545000+0100)\/","Subject":"_PM Terminology_...", "Topic":"forums","starID":876} ], "Start":1 }
| Code | Description |
|---|---|
| 401 | Authentication failed. Missing required parameter : {parameter name}. |
| 401 | Signature expired. Either the timestamp or the nonce have expired or are invalid. |