INavigatorWebService GetApiAliveXml Method Navigator Web Services Developer Documentation
Same as GetApiAlive but returning an XML payload as an alternative.

Namespace: DmsNavigator
Assembly: DmsNavigator (in DmsNavigator.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax

ApiReturn GetApiAliveXml(
	string apikey
)

Parameters

apikey
Type: OnlineSystem String
User API Key generated by DMS Ltd.

Return Value

Type: ApiReturn
XML string representation of the ApiReturn class.
See Also