getForumInfo
Gets info about a particular forum.
Parameters
Name | Description |
forum_id required | Forum ID. |
user_relation optional | User relation of the user making the request. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/ugcForum?action=getForumInfo&forum_id=233613&user_relation=member&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{ "service":"ugcForum", "action":"getForumInfo", "code":1, "message":"Forum Info Retrieved", "item":{ "content_id":"1473723301", "forum_id":"233613", "title":"My New Name", "url":"http://www.onesitedemo.com/go/forum/view/139071/233613/My_New_Name", "description":"A great place for software discussion.", "created":"2012-02-23 13:44:27", "num_threads":"0", "num_posts":"0", "expires":"", "last_post_id":"0", "locked":false, "user_can_create":true } } |
Service Information
Service | ugcForum |
Method | getForumInfo |
Type | REST |
Response Types | JSON, XML |