Returns a list of requests made or recived by the user.
GET
| Required | Name | Type | Description |
|---|---|---|---|
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>
{ "Count":1, "Requests":[ {"ID":198,"Name":"charliebrook","Type":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. |