= Getting votes for a merchant = == Request Format == {{{ http://api.praized.com/{community_slug}/merchants/{merchant_pid}/votes.{format}?api_key={your api key} }}} == Arguments == === {merchant_pid} === The unique identifier for a merchant. format : string ex : 96423266cd5145552decb67454b13e4e === page === No of the requested page format : unsigned integer === per_page === Number of request per page format : unsigned integer == Response Format == === XML === {{{ http://praized.com/ praized-com-hub praized.com hub http://praized.com/ 10 9 90 1 pos fprefect pos sammyQc pos cguy pos ileanagv pos portalis pos
dadysson
pos
quickredfox
pos
tmcg
pos crsh1976 pos Godot
}}} === JSON === {{{ {"praized": {"votes": [{"rating": "pos", "user": {"login": "fprefect"} }, {"rating": "pos", "user": {"login": "sammyQc"}}, .... ] , "community": {"slug": "praized-com-hub", "name": "praized.com hub", "home_url": "http://praized.com/", "base_url": "http://praized.com/"}, "pagination": {"per_page": "10", "page_count": "9", "total_entries": "90", "current_page": "1"} } } }}} ------ Continue to [GET_Merchant_Comments Getting comments for a merchant] Back to [GET_Merchant_Info Getting a merchant page] Up to [API Our Index]