profile/foaf
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
This method requires a resource id on the URL. (e.g. "GET http://api.hi5.com/{id-goes-here}".)
Returns FOAF (Friend of a Friend) formatted information about a user. The FOAF protocol is documented at http://www.foaf-project.org/
Output Payload
FOAF formated XML representation of the User
Errors
| code | description |
|---|---|
| 400 | if an invalidate userId is supplied. |
| 404 | if you specify an non-existent userId |
| 403 | if the user is hidden. |