Method to get the list of permissions for a category.
Resource URL
https://api.wbsrvc.com/TemplateV2/SetCategoryVisibility/
Method
POST
Parameters
user_key Required |
User Key of the user who initiates the call. Type: string |
category_id Required |
ID of the category. Type: integer |
client Optional |
List of permissions for the category. Type: array of array of clients – i.e. array(array(‘client_id’ => ‘123123’, ‘visible’ => ‘true’)) |
client_id Optional |
Client ID of the client in which the category is created. Type: integer |