getNetworkPosts


Gets the most recent posts across the network or a site.

Parameters

Name Description
node_id required Node ID the post belongs to.
blog_id optional Blog ID the post belongs to.
category_id optional Category ID the post belongs to.
forum_id optional Forum ID the post belongs to.
created_by optional ID of the user creating the post.
exclude_created_threads optional Whether or not to exclude threads the ‘created_by’ user ID created.
sort_key optional Key to sort posts by.
sort_order optional Order to arrange post sorting.
get_total optional Whether or not to get the total number of posts.
decode_bb optional Whether or not to decode bb codes within posts.
page optional Page of results to return.
num optional Number of items to return per page.
output optional The response output format. Accepts JSON and XML.

Request Syntax

https://services.onesite.com/rest/ugcForumPost?action=getNetworkPosts&node_id=188234&devkey=[devkey]

JSON Response