/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 |
| updatedSince | Filters out all photos before provided date. The format is yyyy-MM-dd-HH:mm. |
| lang | The language for the feed, default is the specified users language. |
Output Payload
An Atom 1.0 Feed
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. |
| 400 | Thrown when attempting to access a missing resource |