Siebel Analytics Web Services Guide > Description of Siebel Analytics Web SOAP API Methods > WebCatalogService Service >

getItemInfo() Method


The getItemInfo() method gets Web Catalog information for an object.

Signature

ItemInfo getItemInfo(String path, boolean resolveLinks, String sessionID);

Arguments
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, Analytics retrieves information 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.

Returns

Returns Web Catalog information for an object in an ItemInfo structure. For more information, read ItemInfo Structure.

Siebel Analytics Web Services Guide