/feed/groups/{userId}
The following methods are supported on this resource:
Mount Points
The following URLs are examples of where this resource is mounted :
| XML: | http://api.hi5.com |
| *JSON: | http://api.hi5.com |
| *JSON endpoints are mounted read-only. | |
read
Returns an Atom feed of groups that specific user has signed up for.
Examples:
http://api.hi5.com/rest/feed/groups/1000 (Atom XML)
http://api.hi5.com/json/feed/groups/1000 (Atom as JSON)
Possible HTTP Parameters
| name | description |
|---|---|
| userId | Hi5 user id. |
| startIndex | Index to start reading roups from. Default is 0. |
| count | number of groups to return counting from startIndex. Default is 100. |
| lang | (no documentation provided) |
Output Payload
(no documentation provided)
Errors
| code | description |
|---|---|
| 404 | Thrown when attempting to access a missing resource |
| 403 | Thrown when an attempt is made to do something without the correct permissions. |