Skip to content

qie.getWsApiKey

Signature: qie.getWsApiKey(connection)

Returns: String wsApiKey - the API key that is configured for the web service

Get the API key associated with the web service connection.

Parameters

Type Name Description Default
String connection the name of the web service connection

Example

// Get the API key configured for a web service connection
var apiKey = qie.getWsApiKey("Vendor API"); // <api key>