blogCanAccess
Determines if a blog ID has access to a particular forum/category ID.
Parameters
Name | Description |
blog_id required | Blog ID (Site ID) the forum belongs to. |
category_id optional | Category ID the forum belongs to. |
forum_id optional | Forum ID. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/ugcForum?action=blogCanAccess&blog_id=225642611&forum_id=233613&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 |
{ "service":"ugcForum", "action":"blogCanAccess", "message":"Blog_id has permission.", "code":1, "item":1 } |
Service Information
Service | ugcForum |
Method | blogCanAccess |
Type | REST |
Response Types | JSON, XML |