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 GetAllSchemaForObject Web Method

Retrieves an XML version of the metadata behind an object, including all fields such as RecID.

Request Syntax

string GetAllSchemaForObject(string sessionKey, string tenantId, string objectName)

Parameters

sessionKey: The session key from the Connect web method.

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

objectName: Name of the business object, in object reference notation (such as "incident#").

Return Value

A string value representing the schema for the specified business object, which is represented in XML.

Example

string schemaDoc = frSvc.GetSchemaForObject(authSessionKey, tenantId, "Incident#");


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other