getCategoryInfo
- Home
- Forums
- UgcForumCategory
- getCategoryInfo
getCategoryInfo
Gets info about a particular message board category.
Parameters
| Name | Description |
| category_id required | The ID of a message board category. |
| output optional | The response output format. Accepts JSON and XML. |
Request Syntax
| https://services.onesite.com/rest/ugcForumCategory?action=getCategoryInfo&category_id=139071&devkey=[devkey] |
JSON Response
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{ "service":"ugcForumCategory", "action":"getCategoryInfo", "code":1, "message":"Category Info Retrieved", "item":{ "category_id":"139071", "name":"My New Category Name", "description":null, "url":"/go/forum/viewcategory/139071/My_New_Category_Name", "display_position":null, "created":"2012-02-23 13:44:27", "created_by":"143593317" } } |
Service Information
| Service | ugcForumCategory |
| Method | getCategoryInfo |
| Type | REST |
| Response Types | JSON, XML |