lockThread
- Home
- Forums
- UgcForumThread
- lockThread
lockThread
Locks a 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=lockThread&thread_id=28943337&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 |
{ "service":"ugcForumThread", "action":"lockThread", "code":1, "message":"Thread has been locked.", "item":"28943337" } |
Service Information
Service | ugcForumThread |
Method | lockThread |
Type | REST |
Response Types | JSON, XML |