/profile/foaf/{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
Returns FOAF (Friend of a Friend) formatted information about a user. The FOAF protocol is documented at http://www.foaf-project.org/
Possible HTTP Parameters
| name | description |
|---|---|
| userId | The id of the user to read. |
Output Payload
FOAF formated XML representation of the User
Errors
| code | description |
|---|---|
| 400 | Thrown when invalid data is received for a specific method. |
| 404 | Thrown when attempting to access a missing resource |
| 403 | Thrown when an attempt is made to do something without the correct permissions. |