associateWithBlog
Associates a forum with a given blog ID.
Parameters
Name | Description |
node_id required | Node ID the forum belongs to. |
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. |
share_from_blog_id required | Blog ID (Site ID) to share/mirror from. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/ugcForum?action=associateWithBlog&node_id=188234&blog_id=225642611&category_id=139071&forum_id=233613&share_from_blog_id=234714453&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 |
{ "service":"ugcForum", "action":"associateWithBlog", "code":1, "message":"Forum successfully associated.", "item":233613 } |
Service Information
Service | ugcForum |
Method | associateWithBlog |
Type | REST |
Response Types | JSON, XML |