getThreadSubscriptions
- Home
- Forums
- UgcForumThread
- getThreadSubscriptions
getThreadSubscriptions
Gets users that are subscribed to the thread.
Parameters
| Name | Description |
| thread_id required | ID of a forum thread. |
| user_id optional | ID of the user performing an action. |
| output optional | The response output format. Accepts JSON and XML. |
Request Syntax
| https://services.onesite.com/rest/ugcForumThread?action=getThreadSubscriptions&thread_id=28943337&devkey=[devkey] |
JSON Response
|
1 2 3 4 5 6 7 8 9 10 |
{ "service":"ugcForumThread", "action":"getThreadSubscriptions", "code":1, "message":"Thread Subscriptions", "item":[ "143593317" ], "total":1 } |
Service Information
| Service | ugcForumThread |
| Method | getThreadSubscriptions |
| Type | REST |
| Response Types | JSON, XML |