| 
  • 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 friends

Page history last edited by Álvaro Bautista 14 years, 2 months ago

Go back to Partigi API Documentation

 

reviews/friends

Returns a list of reviews by friends of a given user.

 

URL:

http://www.partigi.com/api/v1/reviews/friends.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 whose friends retrieve the reviews from.

 

Optional: 

  • 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.
  • 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:

 

  •  http://www.partigi.com/api/v1/reviews/friends.atom?user_id=123&items_type=film&status=1 would retrieve all the 'I have seen' reviews from friends of user with id 123.

 

Go back to Partigi API Documentation

Comments (0)

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