= Getting users that bookmarked a merchant = == Request Format == {{{ http://api.praized.com/{community_slug}/merchants/{merchant_pid}/favorites.{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 === {{{ praized-com-hub praized.com hub http://praized.com/ http://praized.com/ 10 2 15 1 2008-08-26T15:16:10Z Phrase Ford Prefect
Montreal MTL Montreal 99.99999 -99.0000
UserID=1 fprefect 2006-11-22T21:37:30Z
.....
}}} === JSON === {{{ {"praized": {"pagination": {"per_page": "10", "page_count": "2", "total_entries": "15", "current_page": "1" }, "community": {"base_url": "http://praized.com/", "slug": "praized-com-hub", "name": "praized.com hub", "home_url": "http://praized.com/" }, "users": [{"updated_at": "2008/08/26 15:16:10 +0000", "gender": null, "about": "Field researcher for the guide", "first_name": "Ford", "date_of_birth": null, "last_name": "Prefect", "claim_to_fame": "UserID=1", "address": {"city": {"name": "Montreal", "code": "MTL", "name_fr": "Montreal" }, "postal_code": null, "latitude": 99.999999, "regions": null, "street_address": null, "longitude": -99.999999}, "login": "fprefect", "created_at": "2006/11/22 21:37:30 +0000"}, .... ] } } }}} ------ Continue to [GET_Merchant_Tags Getting tags for a merchant] Back to [GET_Merchant_Comments Getting comments for a merchant] Up to [API Our Index]