| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Partigi API: reviews index

Page history last edited by Fernando Blat 14 years ago

Go back to Partigi API Documentation

 

reviews/index

Returns a list of reviews obtained from the given conditions..

 

URL:

http://www.partigi.com/api/v1/reviews/index.format

 

Formats:

atom, json (more about JSON responses)

 

HTTP Methods:

GET

 

Authentication Mode:

read-only

 

Parameters:

Required:

  • user_id: The ID or the login of the user from which retrieve the reviews.

or

  • item_id: The ID or the nicetitle of the item from which to retrieve the reviews.
  • item_type: The type of the item (see item types page). (Only required if you use item_id).

Optional: 

  • item_type: The type of the item (see item types page). (Only optional if you use user_id).
  • per_page: The number of results per page to retrieve, from 1 up to 100. By default retrieves 10 elements.
  • page: The page from which retrieve the results. By default is 1.
  • status: Filter reviews by the status (see available review status page). The default value is all.
  • purchased_status: Filter reviews by the purchased_status (see available review status page). The default value is all.
  • order: The order in which to return the reviews (asc or desc), sorted by time of modification.
  • rating: The rating given by the user to the item reviewed. All the reviews returned will have that rating.
  • from_rating: The minimum rating given by the user to the item reviewed. All the reviews returned will have at least that rating or a value greater.
  • upto_rating: The maximum rating given by the user to the item reviewed. All the reviews returned will have that value at most.

 

Example requests:

 

 

Go back to Partigi API Documentation

Comments (0)

You don't have permission to comment on this page.