incrementThreadViews
- Home
- Forums
- UgcForumThread
- incrementThreadViews
incrementThreadViews
Increments the total number of views for a particular thread.
Parameters
Name | Description |
thread_id required | ID of a forum thread. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/ugcForumThread?action=incrementThreadViews&thread_id=28943337&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 |
{ "service":"ugcForumThread", "action":"incrementThreadViews", "code":1, "message":"Thread Views Incremented", "item":"827" } |
Service Information
Service | ugcForumThread |
Method | incrementThreadViews |
Type | REST |
Response Types | JSON, XML |