moveForum
Moves a forum to the desired position within the list of forums.
Parameters
| Name | Description |
| blog_id required | Blog ID (Site ID) the forum belongs to. |
| category_id required | Category ID the forum belongs to. |
| forum_id required | Forum ID. |
| direction required | Direction to move when moving a forum. |
| output optional | The response output format. Accepts JSON and XML. |
Request Syntax
| https://services.onesite.com/rest/ugcForum?action=moveForum&blog_id=225642611&category_id=139071&forum_id=233613&direction=down&devkey=[devkey] |
JSON Response
|
1 2 3 4 5 6 7 |
{ "service":"ugcForum", "action":"moveForum", "code":1, "message":"Forum successfully moved.", "item":true } |
Service Information
| Service | ugcForum |
| Method | moveForum |
| Type | REST |
| Response Types | JSON, XML |