/feed/albumlist/{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
Public List of Albums Feed.
Returns an Atom feed of Albums for a specific user.
Examples:
http://api.hi5.com/rest/feed/albumlist/1000 (Atom XML)
http://api.hi5.com/json/feed/albumlist/1000 (Atom as JSON)
TODO - add Livejournal authentication compatibility (auth tag for digest)
Possible HTTP Parameters
| name | description |
|---|---|
| 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 | Thrown when attempting to access a missing resource |
| 403 | Thrown when an attempt is made to do something without the correct permissions. |
update
Endpoint to create an album. Provide album name with a "name" parameter in the request.
For example: api.hi5.com/rest/feed/albumlist/userId?name=newalbum1&Hi5AuthToken=.....
Possible HTTP Parameters
| name | description |
|---|---|
| userId | (no documentation provided) |
| name | (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. |
| 400 | Thrown when attempting to access a missing resource |