profile/appdata

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}".)

Fetch Application Data from Hi5. This method will fetch data associated with the current AuthToken + the specified user.

Output Payload

Hi5AppData, a set of key/value pairs.

Errors

code description
403 When using an invalid AuthToken.

create

This method requires a resource id on the URL. (e.g. "PUT http://api.hi5.com/{id-goes-here}".)

Create Application Specific Data to Hi5. This method stores data on the Hi5 API server for later retrieval. It replaces any existing data with the specified information.

Input Payload

an Instance of Hi5AppData, which contains key/value pairs.

Errors

code description
403 When using an invalid AuthToken.

update

This method requires a resource id on the URL. (e.g. "POST http://api.hi5.com/{id-goes-here}".)

Update Application Specific Data to Hi5. This method stores data on the Hi5 API server for later retrieval. It replaces any existing data with the specified information.

Input Payload

an Instance of Hi5AppData, which contains key/value pairs.

Errors

code description
403 When using an invalid AuthToken.

delete

This method requires a resource id on the URL. (e.g. "DELETE http://api.hi5.com/{id-goes-here}".)

Delete Application Specific Data on Hi5

Errors

code description
403 When using an invalid AuthToken

Comments