getUserThreadSubscriptions
- Home
- Forums
- UgcForumThread
- getUserThreadSubscriptions
getUserThreadSubscriptions
Gets threads a user is subscribed to.
Parameters
| Name | Description |
| user_id required | 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=getUserThreadSubscriptions&user_id=143593317&devkey=[devkey] |
JSON Response
|
1 2 3 4 5 6 7 8 9 10 |
{ "service":"ugcForumThread", "action":"getUserThreadSubscriptions", "code":1, "message":"User Thread Subscriptions", "item":[ "28943337" ], "total":1 } |
Service Information
| Service | ugcForumThread |
| Method | getUserThreadSubscriptions |
| Type | REST |
| Response Types | JSON, XML |