Siebel Analytics Web Administration Guide > Working with Data and Managing the Web Catalog Using Siebel Analytics Web SOAP API > Description of Methods in the Siebel Analytics Web SOAP API >

Getting Child Subitems for a Web Catalog Object Using the getSubItems() Method in the Siebel Analytics Web SOAP API


The getSubItems() method in the WebCatalogService service gets the collection of child subitems for an object in the Web Catalog.

Description of Parameters in the getSubItems() Method

The getSubItems() method parameters are described in the following table.

Parameter
Description

String path

The path to the parent object in the Web Catalog.

String mask

The mask that indicates the child subitems to retrieve. The mask character must be an asterisk (*).

If you specify a single asterisk, all child subitems are retrieved.

Boolean resolveLinks

A Boolean value, 1 (true) or 0 (false).

When set to true, and the path in the Web Catalog refers to a link, information is retrieved for the child subitems of the object pointed to by the link.

NameValuePair[] itemInfoFilters

This parameter is for internal use only and should be set to NULL.gftb

String sessionID

A character string that identifies the session ID.

The session ID is usually returned by the logon call. If the SOAP client engine can handle HTTP cookies, you can omit the session ID or set it to null.

Siebel Analytics Web Administration Guide