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 Web Catalog Information for an Object Using the getItemInfo() Method in the Siebel Analytics Web SOAP API


The getItemInfo() method in the WebCatalogService service gets Web Catalog information for an object.

Description of Parameters in the getItemInfo() Method

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

Parameter
Description

String path

The path to the object in the Web Catalog.

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 object pointed to by the link.

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