INavigatorWebService GetApiAlive Method Navigator Web Services Developer Documentation
The API GetApiAlive method is automatically called for every single service operation within this service.

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

ApiReturn GetApiAlive(
	string apikey
)

Parameters

apikey
Type: OnlineSystem String
unique user API Key generated and distributed by DMS Ltd.

Return Value

Type: ApiReturn
jSON string representation of the ApiReturn class.
Remarks

This method can be used independently to retrieve information pertaining to a DMS Ltd issued API key.
Examples

http://webservice.dmservices.co.uk/DmsNavigator.NavigatorWebService.svc/GetApiAlive/19408.4104.4087.4104.ADAA_646576656C6F706D656E742E646D73657276696365732E636F2E756B,1
See Also