Skip to main content
Skip table of contents

ibihelpme_GetApiVersion

Signature
ibihelpme_GetApiVersion(): string
DescriptionReturns the API version provided by the client
Available from API version1.0.0

Parameter

No parameters required

Return value

string

String object which contains the API version provided by the client.

Example

CODE
var apiVersion = window.external.ibihelpme_GetApiVersion();
 
if(apiVersion !== '1.0.0')
	throw 'Unexpected API-Version';
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.