getPosts


Gets posts that belong to a particular forum thread.

Parameters

Name Description
thread_id required ID of a forum thread.
created_by optional User ID that created the thread.
user_relation optional User relation of the user making the request.
post_id optional ID of a forum post.
min_post_id optional Minimum post ID to return.
max_post_id optional Maximum post ID to return.
sort_key optional Key to sort threads by.
sort_order optional Order to arrange thread sorting.
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/ugcForumThread?action=getPosts&thread_id=28943337&devkey=[devkey]

JSON Response