getBlogs


Return all blogs for a given user_id or url. Optionally in RSS format.

Parameters

Name Description
userID optional The user’s primary identifier.
nodeID optional The primary identifier for your network.
blogID optional The primary identifier for the user or group’s site. (Same as siteID)
tierID optional Tier ID.
searchType optional The search type: cascade, node, blog, blog_post, user, tier, site.
viewable optional Permission level to use in query.
skipStatusCheck optional Whether or not to skip the active comment status check.
leagueID optional If supplied, only content which is in the league is matched.
siteLeagueID optional If supplied, only content posted by a member of this league is matched.
rss optional Whether to display an rss feed or not.
output optional The response output format. Accepts JSON, XML and RSS.

Request Syntax

https://services.onesite.com/rest/ugcBlog?action=getBlogs&nodeID=188234&page=1&perPage=1&devkey=[devkey]

JSON Response