Service Manager

Home 

This is the latest version of the help for Ivanti Service Manager 2018. If you cannot find some of the features described in the help, you may be using an older version of the application. To upgrade the application, click here.
To view the help for the latest version of Service Manager, click here

Using the GetAllAllowedObjectNames Web Method

Retrieves a list of all business objects.

Request Syntax

List<string> GetAllAllowedObjectNames(string sessionKey, string tenantId);

Parameters

sessionKey: The session key from the Connect web method.

tenantId: The tenant for which the session key is authenticated.

Return Value

An array of strings, where each item corresponds to the name of the business object.

Example

string[] boNameArray = frSvc.GetAllAllowedObjectNames(authSessionKey, tenantId);


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other