= Getting tags for a merchant = == Request Format == {{{ http://api.praized.com/{community_slug}/merchants/{merchant_pid}/tags.{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 1 9 1 arts cultural organizations culture web technology internet dj vj }}} === JSON === {{{ {"praized": {"community": {"slug": "praized-com-hub", "name": "praized.com hub", "home_url": "http://praized.com/", "base_url": "http://praized.com/"}, "tags": [{"name": "arts"}, {"name": "cultural"}, {"name": "organizations"}, {"name": "culture"}, {"name": "web"}, {"name": "technology"}, {"name": "internet"}, {"name": "dj"}, {"name": "vj"}], "pagination": {"per_page": "10", "page_count": "1", "total_entries": "9", "current_page": "1"} } } }}} ------ Continue to [POST_Merchant_Vote Voting for a merchant] Back to [GET_Merchant_Favorites_Users Getting users that bookmarked a merchant] Up to [API Our Index]