/feed/journal/{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 Journal Entries Feed.

Returns an Atom feed of recent journal entries for a specific userId.

Examples:

http://api.hi5.com/rest/feed/journal/1000 (Atom XML)
http://api.hi5.com/json/feed/journal/1000 (Atom as JSON)

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.

Comments