Friends.Requests.get

Description

Returns a list of requests made or recived by the user.

Method

GET

Endpoint

Parameters

Required Name Type Description

Example Request

http://api.cixonline.com/v1.0/cix.svc/user/friends/requests(.xml/.json)

<FriendRequestSet xmlns="http://cixonline.com" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> 
  <Count>1</Count> 
  <Requests> 
    <Request> 
      <ID>198</ID> 
      <Name>charlie</Name> 
      <Type>recived</Type> 
    </Request> 
  </Requests> 
</FriendRequestSet>

Example Return JSON

{
  "Count":1,
  "Requests":[
    {"ID":198,"Name":"charliebrook","Type":1}
  ]
}

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/friends.requests.get.txt · Last modified: 2008/10/20 10:37 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