feed/album
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
Public Albums Feed.
Returns an Atom feed of Albums for a specific user.
Examples:
http://api.hi5.com/rest/feed/album?userId=1000&albumId=XXXXX(Atom XML)
http://api.hi5.com/json/feed/album?userId=1000&albumId=XXXXX(Atom as JSON)
Possible HTTP Parameters
| name | description |
|---|---|
| albumId | (no documentation provided) |
| userId | A Hi5 User ID value |
| lang | The language for the feed, default is the specified users language. |
Output Payload
An Atom 1.0 Feed
Errors
| code | description |
|---|---|
| 404 | - When the userId does not exist. |
| 403 | - When privacy settings do not allow access. |
| 400 | - When invalid parameters are sent. |