/products/{productId}

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

Get one or all products

Possible HTTP Parameters

name description
productId The id of the possession to be returned. If no id is supplied all the users possessions are returned
startIndex Beginning index for the subset of users products
count Number of products to return. If not supplied all users products will be returned
sortBy The field in which to sort the results by: ID, CREATION_DATE, EXPIRATION_DATE
sortOrder The order in which the sorted results will appear: ASC, DESC
filterBy Only return products that match a specific type of id: DEVELOPER
filterOp Operation can be: EQUALS, NOTEQUALS
filterValue Value used to compare

Output Payload

Product

Errors

code description
400 Thrown when invalid data is received for a specific method.
403 Thrown when an attempt is made to do something without the correct permissions.

Comments