category_mgr_list_many

Back to SOAP Architecture Method Reference

Description

The category_mgr_list_many method lists details of specific categories on your domain.

Parameters

Parameter Description Type Required (R) or Optional (O)
ids A comma-delimited list of the unique ID#s of categories you want to list. string R
domain_id The unique ID# of your domain. bstypes:ResourceId O

Return Values

Value Description Type Required (R) or Optional (O)
id The unique ID# of the category. bstypes:ResourceId R
name The name of the category. string R
active Indicates whether or not the category is active. boolean R
container_id The unique ID# of the folder. bstypes:ResourceId R
domain_id The unique ID# of your domain. bstypes:ResourceId R
weight Indicates the priority level of the category. int R
type

The category type. This is a bitmask with the elements assigned as follows:

  • 0x0: all types
  • 0x1: separation
  • 0x2: segmentation
  • 0x4: unused
  • 0x8: trigger
  • 0x10: inventory
int R